IEntityViewCore Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IEntityViewCore 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).
| |
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.
| |
Filter |
Gets or sets the filter to use for this entity view.
| |
Item |
Gets the element at the specified index in this view.
| |
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.
|
Name | Description | |
---|---|---|
IndexOf |
Determines the index of the entity passed in in the entity view in filtered and sorted state.
| |
Refresh |
Refreshes this view by re-applying filter and sorter on the related collection
|