Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectView<I>
Creates new ItemObjectView from another ItemObjectVew
protected ItemObjectView(ItemObjectView<I> view, bool usePropertyChanged, bool writeOnEndEdit)
Parameters
Type | Name | Description |
ItemObjectView<I> | view | Copy the ItemObject from this view. |
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() |