The INamedEnumerable T type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable T .) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
GetObjectName |
Returns the name of the given object
(Inherited from INamedEnumerable.) |
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.) | |
ToList T, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) | |
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
(Inherited from INamedEnumerable.) | |
SortNames |
Specifies whether the names should be sorted or not
(Inherited from INamedEnumerable.) |
See Also