Microsoft.Dynamics.Mobile.Framework Namespace
The Microsoft.Dynamics.Mobile.Framework namespace contains core run-time types for the Microsoft Dynamics Mobile Development Tools.
| Class | Description | |
|---|---|---|
| DeviceId | Extracts unique identifier of the mobile device. This class cannot be inherited. |
| ErrorDialog | Shows an exception to the user. |
| ErrorLogEntry | Defines an instance of the ErrorLogEntry class. |
| InputInjectedEventArgs | Used when the tasklet InputInjected event is raised. |
| InputParameterAttribute | Specifies to use a tasklet property as an InputParameter. |
| InvalidRequestDocumentException | Defines an exception that is thrown when at least one required request is missing. |
| LogEntry | Describes an instance of a log entry. |
| LoggingService | Service for logging. |
| MissingResourceException | Occurs when an important resource is missing. |
| OrchestrationInfo | Describes information about the orchestration. |
| OutputParameterAttribute | Specifies a Tasklet Property as an OutputParameter. |
| RolePadApplication | Defines a container for the RolePad application. To start an execution, call Run on this class. |
| RolePadServiceAttribute | Indicates that the decorated property must have a service injected. |
| SortedCollection<(Of <(T>)>) | A generic collection that keeps items in order. |
| SpecialFolders | Provides access to special folders of the system. |
| Tasklet | Base class for defining tasklets at run time. All tasklets must derive from this class. |
| ValidationResult | Defines the result for the Validate()()() method in the ITasklet object. |
| WizardInfo | Describes information about the wizard orchestration. |
| Interface | Description | |
|---|---|---|
| IContextMenuManager | Loads context menus with actions for tasklet. |
| ILoggingService | Describes a request logging service of the RolePad for submitting log entries. |
| IMainMenuManager | Used by a tasklet to add a [System.Windows.Forms.MenuItem] to the soft key menu provided by the shell. |
| IOrchestrationContainer | Describes an Orchestration Container. |
| IRequestContributor | Describes object that can contribute to RequestDocument by sending a request. |
| IRolePadConfigurable | Describes a class that the RolePad can configure. |
| ITasklet | Describes tasklets that are used in mobile applications. |
| ITaskletContainer | Used by the tasklet to communicate with the base RolePad user interface. |
| Delegate | Description | |
|---|---|---|
| MethodInvoker | Represents a delegate that can execute any method that is declared void; takes no parameters. |
| Enumeration | Description | |
|---|---|---|
| InputParameterType | An enum that represents an InputParameter type. |