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: 8.2.23
Syntax
C#
public class InfoCollectionSettings : BaseCollectionSettings

The InfoCollectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodInfoCollectionSettings
Constructor
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
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
Public propertyOrderBy
Order by clause
(Inherited from BaseCollectionSettings.)
Public propertySiteID
Site ID
Public propertyTopN
Top N items to get
(Inherited from BaseCollectionSettings.)
Public propertyWhere
Where condition
(Inherited from BaseCollectionSettings.)
Top
See Also