Click or drag to resize

ObjectsStore Properties

The ObjectsStore type exposes the following members.

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
Explicit Interface Implementations
  NameDescription
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 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 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