ObjectCollectionTObject Properties |
The ObjectCollectionTObject generic type exposes the following members.
Name | Description | |
---|---|---|
AllowPaging |
If true, the paging of the data is allowed (data is loaded in batches).
| |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
Columns |
Columns to get.
(Inherited from AbstractObjectCollection.) | |
Count |
Returns the number of items.
| |
DynamicWhereCondition |
Dynamic where condition.
(Inherited from AbstractObjectCollection.) | |
ElementType |
Returns the element type.
| |
EnforceReadOnlyDataAccess |
If true, the read only access to the data is enforced within the transaction.
(Inherited from AbstractObjectCollection.) | |
Expression |
Query expression
| |
FirstItem |
Returns the first item of the collection
| |
InternalCount |
Internal count of the items
| |
IsCachedObject |
If true, the object is cached within the system for later use
(Inherited from AbstractObjectCollection.) | |
IsDisconnected |
Returns true if this collection is disconnected from the database
(Inherited from AbstractObjectCollection.) | |
IsLastVersion |
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
(Inherited from AbstractObjectCollection.) | |
IsOffline |
Returns true, if the collection is offline (not backed up by the database but by the source data)
| |
ItemInt32 |
Gets or sets the object on specific index.
| |
ItemString |
Returns the object registered by the specific name.
| |
Items |
Returns the items collection.
| |
ItemsHaveNames |
Returns true if the items in the collection have names
| |
ItemType |
Result type
| |
LastItem |
Returns the last item of the collection
| |
LoadBinaryData |
Gets or sets the value which indicates whether to load binary data into the collections.
(Overrides AbstractObjectCollectionLoadBinaryData.) | |
Name |
Collection name
(Inherited from AbstractObjectCollection.) | |
NameColumn |
Name column name
| |
ObjectsByName |
Objects by name collection.
| |
OrderBy |
Order by expression.
(Inherited from AbstractObjectCollection.) | |
ParentStorage |
Parent storage
(Inherited from AbstractObjectCollection.) | |
Properties |
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.) | |
PropertyList |
Used property list
(Inherited from AbstractHierarchicalObjectTObject.) | |
Provider |
Query provider
| |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredProperties |
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisteredPropertiesObject |
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RemovedObject |
Defines the removed object within collection
| |
SortNames |
If true, the names in enumeration are sorted
| |
TopN |
Select top N objects.
(Inherited from AbstractObjectCollection.) | |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseLocalProperties |
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.) | |
WhereCondition |
Where condition.
(Inherited from AbstractObjectCollection.) |