IEntitiesViewModel<TEntity> Members
The base interface for view models exposing a collection of entities of the given type.Properties
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. |
Methods
Name | Description |
---|---|
OnClose(CancelEventArgs) | Invoked before a document is closed (hidden), and allows you to prevent this action. Inherited from IDocumentContent. |
OnDestroy() | Invoked after a document has been closed (hidden). Inherited from IDocumentContent. |
See Also