Click or drag to resize

DbChanges Methods

The DbChanges 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 BindingListDbChange.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingListDbChange.)
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 BindingListDbChange.)
Public methodClear (Inherited from CollectionDbChange.)
Public methodClearFilters (Inherited from SortableCollectionBaseT.)
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingListDbChange.)
Public methodContains (Inherited from CollectionDbChange.)
Public methodCopyTo (Inherited from CollectionDbChange.)
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingListDbChange.)
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 BindingListDbChange.)
Public methodFromIEnumerable (Inherited from SortableCollectionBaseT.)
Public methodStatic memberGetAll
Public methodGetAuditCnString (Inherited from SortableCollectionBaseT.)
Public methodGetByExample (Inherited from SortableCollectionBaseT.)
Public methodGetByProperty(Type, String)
Public methodGetByProperty(Object, Type, String)
Public methodGetByRange
Public methodGetBySelectQuery(SelectQuery) (Inherited from SortableCollectionBaseT.)
Public methodGetBySelectQuery(SelectQueryBase) (Inherited from SortableCollectionBaseT.)
Protected methodGetBySql (Inherited from SortableCollectionBaseT.)
Public methodGetByTransactionId
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 CollectionDbChange.)
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 CollectionDbChange.)
Public methodInsert (Inherited from SortableCollectionBaseT.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListDbChange.)
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 BindingListDbChange.)
Protected methodOnChanged (Inherited from SortableCollectionBaseT.)
Protected methodOnChanging (Inherited from SortableCollectionBaseT.)
Protected methodOnCollectionChanged (Inherited from SortableCollectionBaseT.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListDbChange.)
Protected methodOnMessage (Inherited from SortableCollectionBaseT.)
Public methodRemove(ListT) (Inherited from SortableCollectionBaseT.)
Public methodRemove(T) (Inherited from SortableCollectionBaseT.)
Public methodRemoveAt (Inherited from CollectionDbChange.)
Public methodRemoveFilter (Inherited from SortableCollectionBaseT.)
Public methodRemoveFromFiltereElements (Inherited from SortableCollectionBaseT.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListDbChange.)
Public methodRemoveNoEvents (Inherited from SortableCollectionBaseT.)
Protected methodRemoveSortCore (Inherited from SortableCollectionBaseT.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListDbChange.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListDbChange.)
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 BindingListDbChange.)
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 CollectionDbChange.)
Explicit interface implementationPrivate methodIBindingListAddIndex
For a description of this member, see AddIndex(PropertyDescriptor).
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate methodIBindingListAddNew
Adds a new item to the list. For more information, see AddNew.
(Inherited from BindingListDbChange.)
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 BindingListDbChange.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodIBindingListFind
For a description of this member, see Find(PropertyDescriptor, Object).
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate methodIBindingListRemoveIndex
For a description of this member, see RemoveIndex(PropertyDescriptor).
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate methodIBindingListRemoveSort (Inherited from BindingListDbChange.)
Top
See Also