Click or drag to resize
INamedEnumerableT Interface
Sorted enumerable interface

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface INamedEnumerable<out T> : INamedEnumerable, 
	IEnumerable, IEnumerable<T>

Type Parameters

T

The INamedEnumerableT type exposes the following members.

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.)
Top
Methods
  NameDescription
Public methodGetObjectName
Returns the name of the given object
(Inherited from INamedEnumerable.)
Top
Extension Methods
  NameDescription
Public Extension MethodBatchT
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
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
See Also