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

  NameDescription
Public methodOnlineGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from OnlineIEnumerable.)
Public methodGetObjectName
Returns the name of the given object
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 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
Public propertySortNames
Specifies whether the names should be sorted or not
Back to Top
See Also