INamedEnumerable T  MembersKentico 8.0 API Reference
The INamedEnumerable T  type exposes the following members.
Methods

  NameDescription
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through the collection.
(Inherited from OnlineIEnumerable T .)
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through a collection.
(Inherited from OnlineIEnumerable.)
Public methodGetObjectName
Returns the name of the given object
(Inherited from INamedEnumerable.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetNamedEnumerator T 
Name enumerator over a collection
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToList T, TTo 
Converts the given collection to a list of values
(Defined by BaseExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Back to Top
Properties

  NameDescription
Public propertyItemsHaveNames
Returns true if the items in the collection have names
(Inherited from INamedEnumerable.)
Public propertySortNames
Specifies whether the names should be sorted or not
(Inherited from INamedEnumerable.)
Back to Top
See Also