Click or drag to resize

EntityViewBase<TEntity> Properties

The EntityViewBase<TEntity> generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets / sets whether you can update items in the list.
Public propertyAllowNew
Gets/sets whether you can add items to the list using AddNew().
Public propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyDataChangeAction
Gets or sets the data change action which specifies what to do when the data in the related collection of an entity view changes. A change in data can be: entity added or changed. If an entity is removed from the underlying collection, the entity is simply removed from the entity view, as the view doesn't contain any data by itself.
Public propertyDesignMode
Gets a value indicating whether the component is currently in design mode.
(Inherited from MarshalByValueComponent.)
Protected propertyEntityIndices
Gets the entity indices for the entities which are in this view, in the order sorted by the sorter set.
Protected propertyEvents
Gets the list of event handlers that are attached to this component.
(Inherited from MarshalByValueComponent.)
Public propertyFilter
Gets or sets the filter to use for this entity view.
Public propertyIsSorted
Gets whether the items in the list are sorted.
Public propertyItem
Gets the element at the specified index in this view.
Public propertyRaisesItemChangedEvents
Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.
Protected propertyRelatedCollectionInternal
Gets the related collection using a property which is solely for internal usage. This is then used by the derived classes to expose the collection in a more typed manner.
Public propertySite
Gets or sets the site of the component.
(Inherited from MarshalByValueComponent.)
Public propertySortDirection
IBindingList member. Gets the direction of the sort. This property returns the value of the first SortClause in the set sorter.
Public propertySorter
Gets or sets the sorter for this entity view. Setting this property will re-sort the view and will reset the view in databinding scenario's.
Public propertySortProperty
Gets the PropertyDescriptor that is being used for sorting.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIBindingList.AllowEdit
Gets whether you can update items in the list.
Explicit interface implementationPrivate propertyIBindingList.AllowNew
Explicit interface implementationPrivate propertyIBindingList.AllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
Explicit interface implementationPrivate propertyICollection.Count
Gets the number of elements contained in the ICollection.
Explicit interface implementationPrivate propertyIBindingListView.Filter
Gets or sets the filter to be used to exclude items from the collection of items returned by the data source
Explicit interface implementationPrivate propertyIList.IsFixedSize
Returns false
Explicit interface implementationPrivate propertyIList.IsReadOnly
Returns false.
Explicit interface implementationPrivate propertyIBindingList.IsSorted
Gets whether the items in the list are sorted.
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implementationPrivate propertyIList.Item
Indexer via IList. Setter isn't supported, getter returns the typed indexer's value.
Explicit interface implementationPrivate propertyIBindingListView.SortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Explicit interface implementationPrivate propertyIBindingList.SortDirection
Gets the direction of the sort.
Explicit interface implementationPrivate propertyIBindingList.SortProperty
Gets the PropertyDescriptor that is being used for sorting.
Explicit interface implementationPrivate propertyIBindingListView.SupportsAdvancedSorting
Gets a value indicating whether the data source supports advanced sorting.
Explicit interface implementationPrivate propertyIBindingList.SupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
Explicit interface implementationPrivate propertyIBindingListView.SupportsFiltering
Gets a value indicating whether the data source supports filtering.
Explicit interface implementationPrivate propertyIBindingList.SupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
Explicit interface implementationPrivate propertyIBindingList.SupportsSorting
Gets whether the list supports sorting.
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Explicit interface implementationPrivate propertyIEntityViewCore.AllowEdit
Gets / sets whether you can update items in the list.
Explicit interface implementationPrivate propertyIEntityViewCore.AllowNew
Gets/sets whether you can add items to the list using AddNew().
Explicit interface implementationPrivate propertyIEntityViewCore.AllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
Explicit interface implementationPrivate propertyIEntityViewCore.Count
Gets the number of elements contained in the ICollection.
Explicit interface implementationPrivate propertyIEntityViewCore.DataChangeAction
Gets or sets the data change action which specifies what to do when the data in the related collection of an entity view changes. A change in data can be: entity added or changed. If an entity is removed from the underlying collection, the entity is simply removed from the entity view, as the view doesn't contain any data by itself.
Explicit interface implementationPrivate propertyIEntityViewCore.Filter
Gets or sets the filter to use for this entity view.
Explicit interface implementationPrivate propertyIEntityViewCore.Item
Gets the element at the specified index in this view.
Explicit interface implementationPrivate propertyIEntityViewCore.Sorter
Gets or sets the sorter for this entity view. Setting this property will re-sort the view and will reset the view in databinding scenario's.
Top
See Also