Microsoft.Dynamics.Mobile.Framework.Runtime Namespace
The Microsoft.Dynamics.Mobile.Framework.Runtime namespace contains types that build the user interface of the mobile application during run time.
| Class | Description | |
|---|---|---|
| ContextMenuManager | Manages the placement of actions in a context menu. |
| CustomServiceFactory | Abstract class that defines a custom service factory configuration. |
| DispatchException | The exception that is thrown when an exception is thrown during the dispatch of a request document. |
| MainMenuAdapter | Defines the IUIElementAdapter for the main menu. |
| MainMenuManager | Manages the placement of actions and menu items in the main menu. |
| OrchestrationFactory | Creates orchestrations and their corresponding OrchestrationWorkItem. |
| OrchestrationWorkItem | Defines the runtime container for the orchestration. |
| RequestDocumentFactory | Creates a new RequestDocument. |
| RolePadConstants | Defines constants used by the RolePad. |
| RolePadMenuItem | Represents a menu item in the main menu or context menu. |
| RolePadWorkItem | Defines the root WorkItem that can create and start the UserRoleWorkItem. |
| ServiceFactory | Creates services. |
| ServiceInstantiationException | The exception that is thrown when a service cannot instantiate. |
| ServiceScopeException | The exception is that is thrown when accessing a service in the wrong scope. |
| TaskletFactory | Creates a tasklet and its corresponding TaskletWorkItem. |
| TaskletWorkItem | Defines the lifetime container for the tasklet. |
| UserRoleWorkItem | Defines the runtime container for the userRole. |
| Interface | Description | |
|---|---|---|
| ICustomServiceFactory | Defines a custom service factory. |
| IServiceFactory | Defines the factory to create services. |
| Enumeration | Description | |
|---|---|---|
| ServiceScope | An enum value that represents the scope of a service, |