Class InfoCollectionSettings
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Settings for the info object collection
public class InfoCollectionSettings : BaseCollectionSettings
- Inheritance
-
objectInfoCollectionSettings
- Inherited Members
- Extension Methods
Constructors
InfoCollectionSettings(string, string)
Constructor
public InfoCollectionSettings(string name, string objectType)
Parameters
name
stringCollection name
objectType
stringObject type
Properties
CollectionFactory
Factory to provide new collection object
public IObjectFactory CollectionFactory { get; set; }
Property Value
ObjectType
Object type
public string ObjectType { get; set; }
Property Value
- string
ObjectTypeInternal
Object type
protected override string ObjectTypeInternal { get; }
Property Value
- string