The EnumDescription class in the Sandbox
namespace provides functionality to describe and interact with enumeration types. It allows retrieval of entries and unique entries associated with an enumeration.
The EnumDescription class in the Sandbox
namespace provides functionality to describe and interact with enumeration types. It allows retrieval of entries and unique entries associated with an enumeration.
Member Name | Summary |
---|---|
GetEnumerator | Returns an enumerator that iterates through the entries of the enumeration. |
GetEntry(Object) | Retrieves an entry based on the provided object value. |
GetEntry(Int64) | Retrieves an entry based on the provided integer value. |
GetEntries | Retrieves all entries associated with the provided integer value. |
Unique | Gets an array of unique entries in the enumeration. |