| EnumerableWrapperTObject Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DataEngine
 Syntax
Syntaxpublic class EnumerableWrapper<TObject> : IEnumerable<TObject>, IEnumerable
The EnumerableWrapperTObject type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | EnumerableWrapperTObject | 
            Constructor
             | 
 Properties
Properties Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | BatchTObject | 
            Returns input in batches of batchSize size.
            (Defined by BaseExtensions.) | 
|  | ToHashSetTObject | 
            Converts the list of objects to a hash set of distinct values
            (Defined by DataExtensions.) | 
|  | ToJSON | 
            Returns JSON representation of current instance of IEnumerable.
            (Defined by DataExtensions.) | 
|  | ToXML | 
            Returns XML representation of current instance of IEnumerable.
            (Defined by DataExtensions.) | 
 See Also
See Also