Click or drag to resize

DbChanges Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDbChange
    System.ComponentModelBindingListDbChange
      EDK4Net.CollectionsSortableCollectionBaseDbChange
        EDK4Net.Data.AuditDbChanges

Namespace:  EDK4Net.Data.Audit
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public class DbChanges : SortableCollectionBase<DbChange>

The DbChanges type exposes the following members.

Constructors
  NameDescription
Public methodDbChanges
Initializes a new instance of the DbChanges class
Public methodDbChanges(Type)
Initializes a new instance of the DbChanges class
Top
Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListDbChange.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListDbChange.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListDbChange.)
Public propertyAuthException (Inherited from SortableCollectionBaseT.)
Public propertyBrokenRules (Inherited from SortableCollectionBaseT.)
Public propertyCount (Inherited from CollectionDbChange.)
Public propertyCurrentCNWrapper (Inherited from SortableCollectionBaseT.)
Public propertyDBClass (Inherited from SortableCollectionBaseT.)
Protected propertyDeleteQueryException (Inherited from SortableCollectionBaseT.)
Public propertyFilledFromEntityBase (Inherited from SortableCollectionBaseT.)
Public propertyFilters (Inherited from SortableCollectionBaseT.)
Public propertyIsChild (Inherited from SortableCollectionBaseT.)
Public propertyIsFiltered (Inherited from SortableCollectionBaseT.)
Public propertyIsNew (Inherited from SortableCollectionBaseT.)
Public propertyIsParent (Inherited from SortableCollectionBaseT.)
Public propertyIsReadOnly (Inherited from SortableCollectionBaseT.)
Public propertyIsSorted (Inherited from SortableCollectionBaseT.)
Protected propertyIsSortedCore (Inherited from SortableCollectionBaseT.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionDbChange.)
Protected propertyItems (Inherited from CollectionDbChange.)
Public propertyOperandOnFilters (Inherited from SortableCollectionBaseT.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListDbChange.)
Public propertySaveResult (Inherited from SortableCollectionBaseT.)
Protected propertySortDirectionCore (Inherited from SortableCollectionBaseT.)
Protected propertySortPropertyCore (Inherited from SortableCollectionBaseT.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListDbChange.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListDbChange.)
Protected propertySupportsSortingCore (Inherited from SortableCollectionBaseT.)
Public propertySyncRoot (Inherited from SortableCollectionBaseT.)
Top
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
Events
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 propertyIBindingListAllowEdit
Gets a value indicating whether items in the list can be edited.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListAllowNew
Gets a value indicating whether new items can be added to the list using the AddNew method.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListAllowRemove
Gets a value indicating whether items can be removed from the list.
(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 propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionDbChange.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate propertyIBindingListIsSorted
For a description of this member, see IsSorted.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionDbChange.)
Explicit interface implementationPrivate propertyIRaiseItemChangedEventsRaisesItemChangedEvents
Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class.
(Inherited from BindingListDbChange.)
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.)
Explicit interface implementationPrivate propertyIBindingListSortDirection
For a description of this member, see SortDirection.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListSortProperty
For a description of this member, see SortProperty.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListSupportsChangeNotification
For a description of this member, see SupportsChangeNotification.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListSupportsSearching
For a description of this member, see SupportsSearching.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyIBindingListSupportsSorting
For a description of this member, see SupportsSorting.
(Inherited from BindingListDbChange.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionDbChange.)
Top
See Also