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