Click or drag to resize
OrdersCollection Properties

The OrdersCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllowPaging
If true, the paging of the data is allowed (data is loaded in batches).
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyAutomaticNameColumn
If true, the automatic name column is used within this collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCheckLicense
If true, the collection check license when getting data
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCodeNames
Collection of the object code names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyColumns
Columns to get.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyCount
Returns the number of items.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyDeletedItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyDisplayNames
Collection of the object display names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyDynamicWhereCondition
Dynamic where condition.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyElementType
Returns the element type.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyEnforceReadOnlyDataAccess
If true, the read only access to the data is enforced within the transaction.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyExpression
Query expression
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyFieldsAsObjects
Related objects wrappers
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyFirstItem
Returns the first item of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyGUIDs
Collection of the object GUIDs
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIDs
Collection of the object IDs
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyInternalCount
Internal count of the items
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsCachedObject
If true, the object is cached within the system for later use
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsDisconnected
Returns true if the collection is disconnected from the data source
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsLastVersion
If true, the document is the last version (retrieved using DocumentHelper.GetDocument).
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyIsOffline
Returns true, if the collection is offline (not backed up by the database but by the source data)
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItem[Int32]
Gets or sets the object on specific index.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItem[String]
Returns the object registered by the specific name.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemsAsFields
Fields wrappers
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemsHaveNames
Returns true if the items in the collection have names
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyItemType
Result type
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyLastItem
Returns the last item of the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyLoadBinaryData
Gets or sets the value which indicates whether to load binary data into the collections.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyName
Collection name. Returns object type if name is not defined
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyNameColumn
Name column name
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyNewItems
Returns the items collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyObject
Object instance of the specified type.
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyObjectsByName
Objects by name collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyObjectType
Returns the object type of the objects stored within the collection.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyOrderByColumns
Order by expression.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyPageSize
Page size for loading of the items.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyParentObject
Parent object. Instance of object which contains this collection as it's inner field.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyParentStorage
Parent storage
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyProperties
Properties available through the context.
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyPropertyList
Used property list
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyProvider
Query provider
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredProperties
Registered properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRegisteredPropertiesObject
Registered properties object
(Inherited from AbstractHierarchicalObject<TObject>.)
Protected propertyRemovedObject
Defines the removed object within collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySiteID
Site ID to filter the collection to a particular site
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySortNames
If true, the names in enumeration are sorted
(Inherited from InfoObjectCollection<TInfo>.)
Public propertySourceData
Source data for the collection
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyTopN
Select top N objects.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyTotalVolume
Total volume of all customer orders. Value is expressed in site main currency for site orders. Result is in global main currency when collection contains orders from all sites.
Public propertyTypeInfo
Type info for the collection object.
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyUseDefaultCacheDependencies
If true, the collection uses default cache dependencies to flush it's content
(Inherited from InfoObjectCollection<TInfo>.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyUseLocalProperties
If true, the object uses local properties
(Inherited from AbstractHierarchicalObject<TObject>.)
Public propertyUseObjectTypeCondition
If true, the collection uses the type condition to get the data
(Inherited from InfoObjectCollection<TInfo>.)
Public propertyWhere
Where condition.
(Inherited from InfoObjectCollection<TInfo>.)
Top
See Also