This type contains the following members.
public class ViewService: IViewService
- Inheritance:
- ObjectViewService
- Implements:
- IViewService
Constructors
| ViewService(IRepository<ViewDescriptor>, IApplicationCache) | Default constructor. Services are injected by the IoC container. |
Methods
| add_ViewUpdated(EventHandler<ViewUpdatedEventArgs>) | |
| remove_ViewUpdated(EventHandler<ViewUpdatedEventArgs>) | |
| GetViewDescriptorAsync(string) | Retrieves a view descriptor by id. |
| GetViewDescriptorByKeyAsync(string) | |
| GetViewDescriptorByPathAsync(string) | |
| GetAllViewDescriptorsAsync() | Retrieves all view descriptors in the system. |
| SaveViewDescriptorAsync(ViewDescriptor) | Saves a layout to the data store. |