Microsoft.Dynamics.Mobile.Framework.Configuration Namespace
The Microsoft.Dynamics.Mobile.Framework.Configuration namespace contains types that configure various aspects of a Microsoft Dynamics Mobile application.
| Class | Description | |
|---|---|---|
| ApplicationSection | Configures the behavior of the UserRole.xml file validation. |
| ConfigurationStringConverter | |
| EmbeddedConfiguration | Provides access to the embedded configuration settings located in the App.config or UserRole.xml files of the application. |
| EmbeddedConfigurationSection | The ConfigurationSection that describes the embedded configuration elements of the app.config or UserRole.xml files. |
| KeyValueConfigurationCollection | ConfigurationElementCollection that describes a collection of key-value pairs. |
| KeyValueConfigurationElement | Defines a ConfigurationElement of a key-value pair of a collection. |
| LabelConfigurationCollection | ConfigurationElementCollection that describes a key-value pair collection. |
| LabelConfigurationElement | Defines a ConfigurationElement of a key-text pair collection. |
| ServiceConfiguration | Defines the configuration for a service. |
| ServiceConfigurationCollection | Defines list of services configured for the RolePad. |
| ServiceConfigurationSection | A configuration section for accessing service configurations. |
| TranslatableConfigurationElement | Defines a ConfigurationElement with a text; can include a context element for translation purposes only. |
| Interface | Description | |
|---|---|---|
| IEmbeddedConfiguration | Describes the embedded configuration in the configuration sections of the app.config or UserRole.xml files. |