Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectView<I>
Creates new ItemObjectView from an ItemObject
protected ItemObjectView(I itemObject, bool usePropertyChanged, bool writeOnEndEdit)
Parameters
Type | Name | Description |
MISSING PAGE I | itemObject | The ItemObject to base the view on. |
bool | usePropertyChanged | if true, raises PropertySourceChanged on receiving PropertyChanged or PropertWritten from ItemObject, otherwise only on PropertyWritten |
bool | writeOnEndEdit | If true, EndEdit() calls Write(), otherwise just calls Validate() |