![]() | DbChanges Class |
Namespace: EDK4Net.Data.Audit
[SerializableAttribute] public class DbChanges : SortableCollectionBase<DbChange>
The DbChanges type exposes the following members.
Name | Description | |
---|---|---|
![]() | DbChanges | Initializes a new instance of the DbChanges class |
![]() | DbChanges(Type) | Initializes a new instance of the DbChanges class |
Name | Description | |
---|---|---|
![]() | AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListDbChange.) |
![]() | AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListDbChange.) |
![]() | AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListDbChange.) |
![]() | AuthException | (Inherited from SortableCollectionBaseT.) |
![]() | BrokenRules | (Inherited from SortableCollectionBaseT.) |
![]() | Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionDbChange.) |
![]() | CurrentCNWrapper | (Inherited from SortableCollectionBaseT.) |
![]() | DBClass | (Inherited from SortableCollectionBaseT.) |
![]() | DeleteQueryException | (Inherited from SortableCollectionBaseT.) |
![]() | FilledFromEntityBase | (Inherited from SortableCollectionBaseT.) |
![]() | Filters | (Inherited from SortableCollectionBaseT.) |
![]() | IsChild | (Inherited from SortableCollectionBaseT.) |
![]() | IsFiltered | (Inherited from SortableCollectionBaseT.) |
![]() | IsNew | (Inherited from SortableCollectionBaseT.) |
![]() | IsParent | (Inherited from SortableCollectionBaseT.) |
![]() | IsReadOnly | (Inherited from SortableCollectionBaseT.) |
![]() | IsSorted | (Inherited from SortableCollectionBaseT.) |
![]() | IsSortedCore | (Inherited from SortableCollectionBaseT.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from CollectionDbChange.) |
![]() | Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionDbChange.) |
![]() | OperandOnFilters | (Inherited from SortableCollectionBaseT.) |
![]() | RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListDbChange.) |
![]() | SaveResult | (Inherited from SortableCollectionBaseT.) |
![]() | SortDirectionCore | (Inherited from SortableCollectionBaseT.) |
![]() | SortPropertyCore | (Inherited from SortableCollectionBaseT.) |
![]() | SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListDbChange.) |
![]() | SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListDbChange.) |
![]() | SupportsSortingCore | (Inherited from SortableCollectionBaseT.) |
![]() | SyncRoot | (Inherited from SortableCollectionBaseT.) |
Name | Description | |
---|---|---|
![]() | AddingNew | Occurs before an item is added to the list. (Inherited from BindingListDbChange.) |
![]() | Changed | (Inherited from SortableCollectionBaseT.) |
![]() | Changing | (Inherited from SortableCollectionBaseT.) |
![]() | CollectionChanged | (Inherited from SortableCollectionBaseT.) |
![]() | ListChanged | Occurs when the list or an item in the list changes. (Inherited from BindingListDbChange.) |
![]() | Message | (Inherited from SortableCollectionBaseT.) |
Name | Description | |
---|---|---|
![]() ![]() | IListAdd | Adds an item to the IList. (Inherited from CollectionDbChange.) |
![]() ![]() | IBindingListAddIndex | For a description of this member, see AddIndex(PropertyDescriptor). (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListAddNew | Adds a new item to the list. For more information, see AddNew. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListAllowEdit | Gets a value indicating whether items in the list can be edited. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListAllowNew | Gets a value indicating whether new items can be added to the list using the AddNew method. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListAllowRemove | Gets a value indicating whether items can be removed from the list. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListApplySort | Sorts the list based on a PropertyDescriptor and a ListSortDirection. For a complete description of this member, see ApplySort(PropertyDescriptor, ListSortDirection). (Inherited from BindingListDbChange.) |
![]() ![]() | IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionDbChange.) |
![]() ![]() | ICollectionCopyTo | (Inherited from CollectionDbChange.) |
![]() ![]() | IBindingListFind | For a description of this member, see Find(PropertyDescriptor, Object). (Inherited from BindingListDbChange.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionDbChange.) |
![]() ![]() | IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionDbChange.) |
![]() ![]() | IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionDbChange.) |
![]() ![]() | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionDbChange.) |
![]() ![]() | ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionDbChange.) |
![]() ![]() | IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionDbChange.) |
![]() ![]() | IBindingListIsSorted | For a description of this member, see IsSorted. (Inherited from BindingListDbChange.) |
![]() ![]() | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionDbChange.) |
![]() ![]() | IListItem | Gets or sets the element at the specified index. (Inherited from CollectionDbChange.) |
![]() ![]() | IRaiseItemChangedEventsRaisesItemChangedEvents | 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.) |
![]() ![]() | IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionDbChange.) |
![]() ![]() | IBindingListRemoveIndex | For a description of this member, see RemoveIndex(PropertyDescriptor). (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListRemoveSort | For a description of this member, see RemoveSort (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListSortDirection | For a description of this member, see SortDirection. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListSortProperty | For a description of this member, see SortProperty. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListSupportsChangeNotification | For a description of this member, see SupportsChangeNotification. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListSupportsSearching | For a description of this member, see SupportsSearching. (Inherited from BindingListDbChange.) |
![]() ![]() | IBindingListSupportsSorting | For a description of this member, see SupportsSorting. (Inherited from BindingListDbChange.) |
![]() ![]() | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionDbChange.) |