FlexibleEnumAny

Class in Arbor / Inherits from: object
Implements interfaces: IFlexibleField, IValueGetter<int>

Description

Class to handle a flexible enum type reference method there is more than one.

Remarks

Available Attributes :

Constructors

Description
FlexibleEnumAny FlexibleEnumAny default constructor

Properties

Property Name Description
parameter It return a Paramter. It is null if Type is other than Parameter.
type It returns a type
value It returns a value

Methods

Method Name Description
GetEnumValue Returns the enum type value.
GetValueObject Return the value as object.

Operators

Operator Name Description
FlexibleEnumAny Cast int to FlexibleEnumAny.
int Cast FlexibleEnumAny to int.