Click or drag to resize
EntityViewTEntity Properties

The EntityViewTEntity generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets / sets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.)
Public propertyAllowNew
Gets/sets whether you can add items to the list using AddNew.
(Inherited from EntityViewBaseTEntity.)
Public propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.)
Public propertyContainer
Gets the container for the component.
(Inherited from MarshalByValueComponent.)
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.)
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.
(Inherited from EntityViewBaseTEntity.)
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.
(Inherited from EntityViewBaseTEntity.)
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.
(Inherited from EntityViewBaseTEntity.)
Public propertyIsSorted
Gets whether the items in the list are sorted.
(Inherited from EntityViewBaseTEntity.)
Public propertyItem
Gets the element at the specified index in this view.
(Inherited from EntityViewBaseTEntity.)
Public propertyRaisesItemChangedEvents
Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.
(Inherited from EntityViewBaseTEntity.)
Public propertyRelatedCollection
Gets the related collection set for this view.
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.
(Inherited from EntityViewBaseTEntity.)
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.
(Inherited from EntityViewBaseTEntity.)
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.
(Inherited from EntityViewBaseTEntity.)
Public propertySortProperty
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from EntityViewBaseTEntity.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIBindingListAllowEdit
Gets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListAllowNew (Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyICollectionCount
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListViewFilter
Gets or sets the filter to be used to exclude items from the collection of items returned by the data source
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIListIsFixedSize
Returns false
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Returns false.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListIsSorted
Gets whether the items in the list are sorted.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIListItem
Indexer via IList. Setter isn't supported, getter returns the typed indexer's value.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListViewSortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListSortDirection
Gets the direction of the sort.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListSortProperty
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListViewSupportsAdvancedSorting
Gets a value indicating whether the data source supports advanced sorting.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListSupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListViewSupportsFiltering
Gets a value indicating whether the data source supports filtering.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListSupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIBindingListSupportsSorting
Gets whether the list supports sorting.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewItem
Gets the IEntity at the specified index in the view
Explicit interface implementationPrivate propertyIEntityViewRelatedCollection
Gets the related collection set for this view.
Explicit interface implementationPrivate propertyIEntityViewCoreAllowEdit
Gets / sets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreAllowNew
Gets/sets whether you can add items to the list using AddNew.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreCount
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreDataChangeAction
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.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreFilter
Gets or sets the filter to use for this entity view.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreItem
Gets the element at the specified index in this view.
(Inherited from EntityViewBaseTEntity.)
Explicit interface implementationPrivate propertyIEntityViewCoreSorter
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.
(Inherited from EntityViewBaseTEntity.)
Top
See Also