The INamedEnumerable T type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Returns an enumerator that iterates through the collection. (Inherited from ![]() |
![]() | ![]() | Returns an enumerator that iterates through a collection. (Inherited from ![]() |
![]() | GetObjectName |
Returns the name of the given object
(Inherited from INamedEnumerable.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | Batch T |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | 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