Click or drag to resize
CombinedInfoObjectCollectionCollectionType, ObjectType Class
Collection that combines several info object collections of specific type.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineCombinedInfoObjectCollectionCollectionType, ObjectType
    CMS.DataEngineCombinedInfoObjectCollection
    CMS.DocumentEngineCombinedTreeNodeCollection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public abstract class CombinedInfoObjectCollection<CollectionType, ObjectType> : IEnumerable<ObjectType>, 
	IEnumerable
where CollectionType : Object, IInfoObjectCollection, IEnumerable<ObjectType>

Type Parameters

CollectionType
ObjectType

The CombinedInfoObjectCollectionCollectionType, ObjectType type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyCollections
List of inner collections.
Top
Methods
  NameDescription
Public methodAdd
Adds the collection to the combined collection.
Public methodGetEnumerator
Gets the enumerator over the collection.
Public methodSubmitChanges
Submits the changes in the collection to the database.
Top
Extension Methods
See Also