OpsExtensibilityApplication Class |
Namespace: Micros.Ops.Extensibility
public abstract class OpsExtensibilityApplication : ExtensibilityAssemblyBase
The OpsExtensibilityApplication type exposes the following members.
| Name | Description | |
|---|---|---|
| OpsExtensibilityApplication |
Constructor called to create the extension application.
|
| Name | Description | |
|---|---|---|
| ApplicationName |
The name of this application as it was configured by the user.
| |
| DataStore |
Accessor to extensibility datastore.
| |
| EventCache | ||
| GlobalApplicationCache | ||
| Logger |
Extensibility logger.
| |
| ObjectPropertyBag |
Property bag to map strings to objects. Useful for XAML binding or exchanging data between extensibility applications.
| |
| OpsContext |
Accessor for OpsContext
| |
| OpsExtensibilityEnvironment |
Ops Extensibility Environment
| |
| RemoteLogger |
Extensibility remote logger.
| |
| StringPropertyBag |
Property bag to map strings to strings. Useful for XAML binding or exchanging data between extensibility applications.
|
| Name | Description | |
|---|---|---|
| ObjectToXml |
Converts object to xml
| |
| XmlToObject(String) |
Convert xml to object.
| |
| XmlToObjectT(String) |
Generic function to turn xml string into type T
|