CombinedInfoObjectCollectionCollectionType, ObjectType Class |
Namespace: CMS.DataEngine
public abstract class CombinedInfoObjectCollection<CollectionType, ObjectType> : IEnumerable<ObjectType>, IEnumerable where CollectionType : Object, IInfoObjectCollection, IEnumerable<ObjectType>
The CombinedInfoObjectCollectionCollectionType, ObjectType type exposes the following members.
Name | Description | |
---|---|---|
CombinedInfoObjectCollectionCollectionType, ObjectType |
Name | Description | |
---|---|---|
Collections |
List of inner collections.
|
Name | Description | |
---|---|---|
Add |
Adds the collection to the combined collection.
| |
GetEnumerator |
Gets the enumerator over the collection.
| |
SubmitChanges |
Submits the changes in the collection to the database.
|
Name | Description | |
---|---|---|
BatchObjectType |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |