Table of Contents

Class InfoObjectCollection

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

General info object collection

public class InfoObjectCollection : InfoObjectCollection<BaseInfo>, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, IInfoObjectCollection<BaseInfo>, IInfoObjectCollection, IVirtualTypedCollection, ICMSQueryable<BaseInfo>, ICMSQueryable, INamedEnumerable<BaseInfo>, INamedEnumerable, IIndexable<BaseInfo>, INameIndexable<BaseInfo>, INameIndexable, IIndexable
Inheritance
object
InfoObjectCollection
Implements
Derived
Inherited Members
Extension Methods

Constructors

InfoObjectCollection(string)

Constructor

public InfoObjectCollection(string objectType)

Parameters

objectType string

Object type

Methods

Clone()

Creates the clone of the collection.

public override IInfoObjectCollection<BaseInfo> Clone()

Returns

IInfoObjectCollection<BaseInfo>