The INamedEnumerable type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetObjectName |
Returns the name of the given object
|
Extension Methods
Name | Description | |
---|---|---|
GetNamedEnumerator T |
Name enumerator over a collection
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
Properties
Name | Description | |
---|---|---|
ItemsHaveNames |
Returns true if the items in the collection have names
| |
SortNames |
Specifies whether the names should be sorted or not
|
See Also