InfoObjectRepositoryTCollection, TObject, TSettings Properties |
The InfoObjectRepositoryTCollection, TObject, TSettings generic type exposes the following members.
Name | Description | |
---|---|---|
All |
All items from all underlying collections.
| |
AllowNiceNames |
If true, the repository allows nice names of the collections, e.g. for "CMS.User" uses "Users"
| |
CollectionNames |
Returns list of collection names in the repository.
| |
Collections |
Table of collections [name -> CollectionType]
| |
CollectionSettings |
Table of collection settings [name -> InfoCollectionSettings]
| |
CollectionSettingsByIndex |
Table of collection settings by index [index -> InfoCollectionSettings]
| |
CollectionSettingsLock |
Gets lock object for synchronization of modification of CollectionSettings and CollectionSettingsByIndex.
| |
CollectionsList |
List of all collections (sorted by the order in which the collections were added).
| |
Count |
Returns the number of items.
| |
DynamicNames |
List of the dynamic names of the collections
| |
GetDynamicNames |
Function that provides the dynamic names of collections to the repository
| |
IsCachedObject |
If true, the object is cached within the system for later use
| |
IsDisconnected |
Returns true if this collection is disconnected from the database
| |
ItemInt32 |
Returns the collection of objects.
| |
ItemString |
Returns the collection of objects indexed by object type, e.g. "cms.user".
| |
ItemsHaveNames |
Returns true if the items in the collection have names
| |
LoadBinaryData |
Gets or sets the value which indicates whether to load binary data into the collections.
| |
ParentStorage |
Parent storage
| |
Properties |
Properties of the object available through GetProperty.
| |
SortNames |
If true, the names in enumeration are sorted
|