Click or drag to resize

ObjectsStore Methods

The ObjectsStore type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from SortableCollectionBaseT.)
Public methodAddFilter (Inherited from SortableCollectionBaseT.)
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingListObjectStore.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingListObjectStore.)
Public methodAddNoEvents (Inherited from SortableCollectionBaseT.)
Public methodAddToFiltereElements(ListT) (Inherited from SortableCollectionBaseT.)
Public methodAddToFiltereElements(T) (Inherited from SortableCollectionBaseT.)
Public methodApplyFilter(String, Object) (Inherited from SortableCollectionBaseT.)
Public methodApplyFilter(String, Object, FilterOperand) (Inherited from SortableCollectionBaseT.)
Public methodApplyFilters (Inherited from SortableCollectionBaseT.)
Protected methodApplySortCore (Inherited from SortableCollectionBaseT.)
Public methodCancelNew
Discards a pending new item.
(Inherited from BindingListObjectStore.)
Public methodClear (Inherited from CollectionObjectStore.)
Public methodClearFilters (Inherited from SortableCollectionBaseT.)
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingListObjectStore.)
Public methodContains (Inherited from CollectionObjectStore.)
Public methodCopyTo (Inherited from CollectionObjectStore.)
Public methodStatic memberDeleteExpired
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingListObjectStore.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecuteDeleteQuery (Inherited from SortableCollectionBaseT.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindCore
Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException.
(Inherited from BindingListObjectStore.)
Public methodFromIEnumerable (Inherited from SortableCollectionBaseT.)
Public methodGetAuditCnString (Inherited from SortableCollectionBaseT.)
Public methodGetByExample (Inherited from SortableCollectionBaseT.)
Public methodStatic memberGetById(String, Type)
Public methodStatic memberGetById(String, Type, DataProviderType, String)
Public methodGetBySelectQuery(SelectQuery) (Inherited from SortableCollectionBaseT.)
Public methodGetBySelectQuery(SelectQueryBase) (Inherited from SortableCollectionBaseT.)
Protected methodGetBySql (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQuery(CustomQuery) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQuery(CustomQueryBase) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQuery(SelectQueryBase) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQueryDS (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQueryDV(CustomQuery) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQueryDV(CustomQueryBase) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQueryDV(SelectQuery) (Inherited from SortableCollectionBaseT.)
Public methodGetCustomQueryDV(SelectQueryBase) (Inherited from SortableCollectionBaseT.)
Protected methodGetCustomSQLQuery (Inherited from SortableCollectionBaseT.)
Public methodGetDefaultCNString (Inherited from SortableCollectionBaseT.)
Public methodGetDefaultDataProvider (Inherited from SortableCollectionBaseT.)
Public methodGetEnumerator (Inherited from CollectionObjectStore.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionObjectStore.)
Public methodInsert (Inherited from SortableCollectionBaseT.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListObjectStore.)
Public methodInsertNoEvents (Inherited from SortableCollectionBaseT.)
Public methodMarkAsChild (Inherited from SortableCollectionBaseT.)
Public methodMarkAsParent (Inherited from SortableCollectionBaseT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingListObjectStore.)
Protected methodOnChanged (Inherited from SortableCollectionBaseT.)
Protected methodOnChanging (Inherited from SortableCollectionBaseT.)
Protected methodOnCollectionChanged (Inherited from SortableCollectionBaseT.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListObjectStore.)
Protected methodOnMessage (Inherited from SortableCollectionBaseT.)
Public methodRemove(ListT) (Inherited from SortableCollectionBaseT.)
Public methodRemove(T) (Inherited from SortableCollectionBaseT.)
Public methodRemoveAt (Inherited from CollectionObjectStore.)
Public methodRemoveFilter (Inherited from SortableCollectionBaseT.)
Public methodRemoveFromFiltereElements (Inherited from SortableCollectionBaseT.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListObjectStore.)
Public methodRemoveNoEvents (Inherited from SortableCollectionBaseT.)
Protected methodRemoveSortCore (Inherited from SortableCollectionBaseT.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListObjectStore.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListObjectStore.)
Public methodSave (Inherited from SortableCollectionBaseT.)
Public methodSave(CNWrapper) (Inherited from SortableCollectionBaseT.)
Public methodSerializeToJson (Inherited from SortableCollectionBaseT.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingListObjectStore.)
Public methodSort(String) (Inherited from SortableCollectionBaseT.)
Public methodSort(PropertyData) (Inherited from SortableCollectionBaseT.)
Public methodSort(String, SortOrder) (Inherited from SortableCollectionBaseT.)
Public methodSort(PropertyData, SortOrder) (Inherited from SortableCollectionBaseT.)
Public methodStoreToCache (Inherited from SortableCollectionBaseT.)
Public methodToDataTable (Inherited from SortableCollectionBaseT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIBindingListAddIndex
For a description of this member, see AddIndex(PropertyDescriptor).
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate methodIBindingListAddNew
Adds a new item to the list. For more information, see AddNew.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate methodIBindingListApplySort
Sorts the list based on a PropertyDescriptor and a ListSortDirection. For a complete description of this member, see ApplySort(PropertyDescriptor, ListSortDirection).
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIBindingListFind
For a description of this member, see Find(PropertyDescriptor, Object).
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate methodIBindingListRemoveIndex
For a description of this member, see RemoveIndex(PropertyDescriptor).
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate methodIBindingListRemoveSort (Inherited from BindingListObjectStore.)
Top
See Also