This type contains the following members.
public interface IViewService
Methods
| add_ViewUpdated(EventHandler<ViewUpdatedEventArgs>) | |
| remove_ViewUpdated(EventHandler<ViewUpdatedEventArgs>) | |
| GetViewDescriptorAsync(string) | Retrieves a view descriptor by id. |
| GetViewDescriptorByKeyAsync(string) | |
| GetViewDescriptorByPathAsync(string) | Retrieves a view descriptor by path. |
| GetAllViewDescriptorsAsync() | Retrieves all view descriptors in the system. |
| SaveViewDescriptorAsync(ViewDescriptor) | Saves a layout to the data store. |
Implemented by
| ViewService |