Click or drag to resize
ObjectCollectionTObject Properties

The ObjectCollectionTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowPaging
If true, the paging of the data is allowed (data is loaded in batches).
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyColumns
Columns to get.
(Inherited from AbstractObjectCollection.)
Public propertyCount
Returns the number of items.
Public propertyDynamicWhereCondition
Dynamic where condition.
(Inherited from AbstractObjectCollection.)
Public propertyElementType
Returns the element type.
Public propertyEnforceReadOnlyDataAccess
If true, the read only access to the data is enforced within the transaction.
(Inherited from AbstractObjectCollection.)
Public propertyExpression
Query expression
Public propertyFirstItem
Returns the first item of the collection
Protected propertyInternalCount
Internal count of the items
Public propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from AbstractObjectCollection.)
Public propertyIsDisconnected
Returns true if this collection is disconnected from the database
(Inherited from AbstractObjectCollection.)
Public propertyIsLastVersion
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
(Inherited from AbstractObjectCollection.)
Public propertyIsOffline
Returns true, if the collection is offline (not backed up by the database but by the source data)
Public propertyItemInt32
Gets or sets the object on specific index.
Public propertyItemString
Returns the object registered by the specific name.
Protected propertyItems
Returns the items collection.
Public propertyItemsHaveNames
Returns true if the items in the collection have names
Public propertyItemType
Result type
Public propertyLastItem
Returns the last item of the collection
Public propertyLoadBinaryData
Gets or sets the value which indicates whether to load binary data into the collections.
(Overrides AbstractObjectCollectionLoadBinaryData.)
Public propertyName
Collection name
(Inherited from AbstractObjectCollection.)
Public propertyNameColumn
Name column name
Protected propertyObjectsByName
Objects by name collection.
Public propertyOrderBy
Order by expression.
(Inherited from AbstractObjectCollection.)
Public propertyParentStorage
Parent storage
(Inherited from AbstractObjectCollection.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyProvider
Query provider
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected propertyRemovedObject
Defines the removed object within collection
Public propertySortNames
If true, the names in enumeration are sorted
Public propertyTopN
Select top N objects.
(Inherited from AbstractObjectCollection.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObjectTObject.)
Public propertyWhereCondition
Where condition.
(Inherited from AbstractObjectCollection.)
Top
See Also