Click or drag to resize
InfoCollectionSettings Class
Settings for the info object collection
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class InfoCollectionSettings : BaseCollectionSettings

The InfoCollectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodInfoCollectionSettings
Constructor
Top
Properties
  NameDescription
Public propertyCollectionFactory
Factory to provide new collection object
Public propertyColumns
Columns to get from database
(Inherited from BaseCollectionSettings.)
Public propertyDynamicWhere
Dynamic where condition
(Inherited from BaseCollectionSettings.)
Public propertyIndex
Index of the collection in repository
(Inherited from BaseCollectionSettings.)
Public propertyName
Name of the collection
(Inherited from BaseCollectionSettings.)
Public propertyNameColumn
Name column
(Inherited from BaseCollectionSettings.)
Public propertyNiceName
Nice name of the collection
(Inherited from BaseCollectionSettings.)
Public propertyObjectType
Object type
Protected propertyObjectTypeInternal
Object type
(Overrides BaseCollectionSettingsObjectTypeInternal.)
Public propertyOrderBy
Order by clause
(Inherited from BaseCollectionSettings.)
Public propertySiteID
Site ID
(Inherited from BaseCollectionSettings.)
Public propertyTopN
Top N items to get
(Inherited from BaseCollectionSettings.)
Public propertyWhereCondition
Where condition.
(Inherited from BaseCollectionSettings.)
Top
See Also