The IEnumerationDef interface is derived from IRepositoryDispatch, which inherits from IDispatch. The IEumerationDef interface is implemented by the EnumerationDef class.
IEnumerationDef is the default interface for Enumeration objects. Use this interface for defining new enumeration values.
Property | Description |
---|---|
IsFlag | Indicates that the enumeration defines a logical flag. The selected enumeration values should be combined logically using OR. This property applies only to numeric enumeration values. |
There are no methods associated with this interface.
Property | Description |
---|---|
Values | The collection of EnumerationValue objects |