For Babelfish Release 1.11.1.3

ShowWhenOperation Enumeration

Concrete class id for a ShowWhenBase. Indicates if the ShowWhenBase abstract class is of concrete class ShowWhenVariable or ShowWhenEquation.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ShowWhenOperation

Members

VARIABLE0 ShowWhenBased class is of concrete type ShowWhenVariable
EQUATION1 ShowWhenBased class is of concrete type ShowWhenEquation
SEGMENT_GROUP2 ShowWhenBase class is of concrete type ShowWhenSegmentGroup

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also