Click or drag to resize
InfoObjectRepositoryTCollection, TObject, TSettings Properties

The InfoObjectRepositoryTCollection, TObject, TSettings generic type exposes the following members.

Properties
  NameDescription
Public propertyAll
All items from all underlying collections.
Public propertyAllowNiceNames
If true, the repository allows nice names of the collections, e.g. for "CMS.User" uses "Users"
Public propertyCollectionNames
Returns list of collection names in the repository.
Protected propertyCollections
Table of collections [name -> CollectionType]
Protected propertyCollectionSettings
Table of collection settings [name -> InfoCollectionSettings]
Protected propertyCollectionSettingsByIndex
Table of collection settings by index [index -> InfoCollectionSettings]
Protected propertyCollectionsList
List of all collections (sorted by the order in which the collections were added).
Public propertyCount
Returns the number of items.
Public propertyDynamicNames
List of the dynamic names of the collections
Public propertyGetDynamicNames
Function that provides the dynamic names of collections to the repository
Public propertyIsCachedObject
If true, the object is cached within the system for later use
Public propertyIsDisconnected
Returns true if this collection is disconnected from the database
Public propertyItemInt32
Returns the collection of objects.
Public propertyItemString
Returns the collection of objects indexed by object type, e.g. "cms.user".
Public propertyItemsHaveNames
Returns true if the items in the collection have names
Public propertyLoadBinaryData
Gets or sets the value which indicates whether to load binary data into the collections.
Public propertyParentStorage
Parent storage
Public propertyProperties
Properties of the object available through GetProperty.
Public propertySortNames
If true, the names in enumeration are sorted
Top
See Also