IEntitiesViewModel<TEntity> Properties
The base interface for view models exposing a collection of entities of the given type.| Name | Description |
|---|---|
| DocumentOwner | Gets or sets the service which owns the current document. Inherited from IDocumentContent. |
| Entities | The loaded collection of entities. |
| IsLoading | Used to check whether entities are currently being loaded in the background. The property can be used to show the progress indicator. |
| Title | Gets a value specifying the document title. Inherited from IDocumentContent. |
See Also