Click or drag to resize
INamedEnumerable Interface
Sorted enumerable interface

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public interface INamedEnumerable : IEnumerable

The INamedEnumerable type exposes the following members.

Methods
  NameDescription
Public methodGetObjectName
Returns the name of the given object
Top
Extension Methods
  NameDescription
Public Extension MethodGetNamedEnumeratorT
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.)
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
Top
See Also