SingleObjectViewModelBase<TEntity, TPrimaryKey, TUnitOfWork> Properties
The base class for POCO view models exposing a single entity of a given type and CRUD operations against this entity.
It is not recommended to inherit directly from this class. Use the SingleObjectViewModel class instead.
| Name | Description |
|---|---|
| AllowSaveReset | |
| Entity | An entity represented by this view model. |
| EntityDisplayName | The display name of TEntity to be used when presenting messages to the user. |
| IsPrimaryKeyReadOnly | |
| ParentViewModel | |
| Title | The display text for a given entity used as a title in the corresponding view. |
| UnitOfWorkFactory |
See Also