IEnumerationDef Interface

Meta Data Services Programming

Meta Data Services Programming

IEnumerationDef Interface

The IEnumerationDef interface is derived from IRepositoryDispatch, which inherits from IDispatch. The IEumerationDef interface is implemented by the EnumerationDef class.

When to Use

IEnumerationDef is the default interface for Enumeration objects. Use this interface for defining new enumeration values.

Properties
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.

Collections
Property Description
Values The collection of EnumerationValue objects

See Also

IEnumerationValueDef Interface

IPropertyDef2 Interface

IRepositoryDispatch

Repository Enumeration Definition