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