Click or drag to resize
FilteredInfoObjectCollection Fields

The FilteredInfoObjectCollection type exposes the following members.

Fields
  NameDescription
Protected fieldmAllowPaging
If true, the paging of the data is allowed (data is loaded in batches).
(Inherited from ObjectCollectionTObject.)
Protected fieldmColumnNames
Column names
(Inherited from ObjectCollectionTObject.)
Protected fieldmCount
Total number of items.
(Inherited from AbstractObjectCollection.)
Protected fieldmCountDifference
Difference in count of the items from data source and current number of items
(Inherited from ObjectCollectionTObject.)
Protected fieldmDeletedItems
Deleted items removed from the collection.
(Inherited from ObjectCollectionTObject.)
Protected fieldmDisconnectedCount
Number of disconnected references for this collection
(Inherited from AbstractObjectCollection.)
Protected fieldmFieldsAsObjects
Related objects wrappers
(Inherited from InfoObjectCollection.)
Protected fieldmInstanceGuid
Instance GUID
(Inherited from AbstractObjectCollection.)
Protected fieldmItems
Items collection.
(Inherited from ObjectCollectionTObject.)
Protected fieldmItemsAsFields
Fields wrappers
(Inherited from InfoObjectCollection.)
Protected fieldmLoadBinaryData
Indicates whether to load binary data into the collections.
(Inherited from AbstractObjectCollection.)
Protected fieldmName
Collection name
(Inherited from AbstractObjectCollection.)
Protected fieldmNewItems
New items added to the collection.
(Inherited from ObjectCollectionTObject.)
Protected fieldmObject
Object instance of specified type.
(Inherited from InfoObjectCollection.)
Protected fieldmObjectsByName
Objects by name.
(Inherited from ObjectCollectionTObject.)
Protected fieldmObjectType
Object type.
(Inherited from InfoObjectCollection.)
Protected fieldmOrderBy
Order by expression.
(Inherited from InfoObjectCollection.)
Protected fieldmPageSize
Page size for loading of the items.
(Inherited from ObjectCollectionTObject.)
Protected fieldmParentObject
Parent object instance
(Inherited from InfoObjectCollection.)
Protected fieldmSourceData
Source data for the collection
(Inherited from ObjectCollectionTObject.)
Public fieldObjectInitializer
Provides a way how to initialize the object instance based on given data
(Inherited from InfoObjectCollection.)
Top
See Also