EntityViewTEntity Properties |
The EntityViewTEntity generic type exposes the following members.
Name | Description | |
---|---|---|
AllowEdit |
Gets / sets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.) | |
AllowNew |
Gets/sets whether you can add items to the list using AddNew.
(Inherited from EntityViewBaseTEntity.) | |
AllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.) | |
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) | |
Count |
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.) | |
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.
(Inherited from EntityViewBaseTEntity.) | |
DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) | |
EntityIndices |
Gets the entity indices for the entities which are in this view, in the order sorted by the sorter set.
(Inherited from EntityViewBaseTEntity.) | |
Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) | |
Filter |
Gets or sets the filter to use for this entity view.
(Inherited from EntityViewBaseTEntity.) | |
IsSorted |
Gets whether the items in the list are sorted.
(Inherited from EntityViewBaseTEntity.) | |
Item |
Gets the element at the specified index in this view.
(Inherited from EntityViewBaseTEntity.) | |
RaisesItemChangedEvents |
Gets a value indicating whether the IRaiseItemChangedEvents object raises ListChanged events.
(Inherited from EntityViewBaseTEntity.) | |
RelatedCollection |
Gets the related collection set for this view.
| |
RelatedCollectionInternal |
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.) | |
Site | Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) | |
SortDirection |
IBindingList member. Gets the direction of the sort. This property returns the value of the first SortClause in the set sorter.
(Inherited from EntityViewBaseTEntity.) | |
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.
(Inherited from EntityViewBaseTEntity.) | |
SortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from EntityViewBaseTEntity.) |
Name | Description | |
---|---|---|
IBindingListAllowEdit |
Gets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListAllowNew |
Gets whether you can add items to the list using AddNew.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListAllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.) | |
ICollectionCount |
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListViewFilter |
Gets or sets the filter to be used to exclude items from the collection of items returned by the data source
(Inherited from EntityViewBaseTEntity.) | |
IListIsFixedSize |
Returns false
(Inherited from EntityViewBaseTEntity.) | |
IListIsReadOnly |
Returns false.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListIsSorted |
Gets whether the items in the list are sorted.
(Inherited from EntityViewBaseTEntity.) | |
ICollectionIsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from EntityViewBaseTEntity.) | |
IListItem |
Indexer via IList. Setter isn't supported, getter returns the typed indexer's value.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListViewSortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListSortDirection |
Gets the direction of the sort.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListSortProperty |
Gets the PropertyDescriptor that is being used for sorting.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListViewSupportsAdvancedSorting |
Gets a value indicating whether the data source supports advanced sorting.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListSupportsChangeNotification |
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListViewSupportsFiltering |
Gets a value indicating whether the data source supports filtering.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListSupportsSearching |
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from EntityViewBaseTEntity.) | |
IBindingListSupportsSorting |
Gets whether the list supports sorting.
(Inherited from EntityViewBaseTEntity.) | |
ICollectionSyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewItem |
Gets the IEntity at the specified index in the view
| |
IEntityViewRelatedCollection |
Gets the related collection set for this view.
| |
IEntityViewCoreAllowEdit |
Gets / sets whether you can update items in the list.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreAllowNew |
Gets/sets whether you can add items to the list using AddNew.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreAllowRemove |
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreCount |
Gets the number of elements contained in the ICollection.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreDataChangeAction |
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.) | |
IEntityViewCoreFilter |
Gets or sets the filter to use for this entity view.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreItem |
Gets the element at the specified index in this view.
(Inherited from EntityViewBaseTEntity.) | |
IEntityViewCoreSorter |
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.) |