Click or drag to resize

ObjectsStore Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionObjectStore
    System.ComponentModelBindingListObjectStore
      EDK4Net.CollectionsSortableCollectionBaseObjectStore
        EDK4Net.CacheObjectsStore

Namespace:  EDK4Net.Cache
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[SerializableAttribute]
public class ObjectsStore : SortableCollectionBase<ObjectStore>

The ObjectsStore type exposes the following members.

Constructors
  NameDescription
Public methodObjectsStore
Initializes a new instance of the ObjectsStore class
Top
Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListObjectStore.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListObjectStore.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListObjectStore.)
Public propertyAuthException (Inherited from SortableCollectionBaseT.)
Public propertyBrokenRules (Inherited from SortableCollectionBaseT.)
Public propertyCount (Inherited from CollectionObjectStore.)
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 CollectionObjectStore.)
Protected propertyItems (Inherited from CollectionObjectStore.)
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 BindingListObjectStore.)
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 BindingListObjectStore.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListObjectStore.)
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 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
Events
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 propertyIBindingListAllowEdit
Gets a value indicating whether items in the list can be edited.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListAllowNew
Gets a value indicating whether new items can be added to the list using the AddNew method.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListAllowRemove
Gets a value indicating whether items can be removed from the list.
(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 propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate propertyIBindingListIsSorted
For a description of this member, see IsSorted.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionObjectStore.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionObjectStore.)
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 BindingListObjectStore.)
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.)
Explicit interface implementationPrivate propertyIBindingListSortDirection
For a description of this member, see SortDirection.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListSortProperty
For a description of this member, see SortProperty.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListSupportsChangeNotification
For a description of this member, see SupportsChangeNotification.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListSupportsSearching
For a description of this member, see SupportsSearching.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyIBindingListSupportsSorting
For a description of this member, see SupportsSorting.
(Inherited from BindingListObjectStore.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionObjectStore.)
Top
See Also