[]
Abstract base class for the application context. Implements the IApplicationContext interface.
public abstract class BaseApplicationContext
| Name | Description |
|---|---|
| BaseApplicationContext(ViewerModel, IServiceContainer) | Initializes a new instance of the BaseApplicationContext class. |
| Name | Description |
|---|---|
| Container | The service container associated with this application context. |
| Model | The viewer model associated with this application context. |
| Name | Description |
|---|---|
| Context | Gets the current synchronization context. |
| ServiceContainer | Gets the service container for this application context. |
| Name | Description |
|---|---|
| BeginInvoke(Action) | Dispatches an action on the synchronization context. |
| CreateRenderer(DocumentModel) | Returns implementation of GraphicsDocumentRenderer |
| CreateRenderer(DocumentModel, DeviceKind) | Creates a document renderer for the specified document and device kind. |
| CreateReport(DocumentFormat) | Creates a report model for the specified document format. |