AdapterAppInitString Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the definition for adapter application initialization string.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Common.InitString
Microsoft.Uii.Common.AppInitStringBase
Microsoft.Uii.Common.AdapterAppInitString
Microsoft.Uii.Common.ExternalApplicationAppInitString
Microsoft.Uii.Common.HostedControlAppInitString
Microsoft.Uii.Common.HostedWebApplicationAppInitString
Syntax
public class AdapterAppInitString : AppInitStringBase
Public Class AdapterAppInitString
Inherits AppInitStringBase
Constructors
Name | Description | |
---|---|---|
AdapterAppInitString() | Initializes a new instance of the AdapterAppInitString class. |
Properties
Name | Description | |
---|---|---|
AdapterMode | Gets or sets the adapter mode. |
|
Controls | Gets the control names in all DDA. |
|
DataDrivenAdapterBindingsCollection | Gets the data driven adapter control bindings collection. |
|
DataDrivenAdapterControlBindings | Gets the data driven adapter control bindings. |
|
DataDrivenAdapterType | Gets or sets the data driven adapter type. |
|
DdaCollection | Gets the data driven adapter collection. |
|
DisplayGroup | Gets or sets the display group.(Inherited from AppInitStringBase.) |
|
Dynamic | Gets or sets a Boolean value that specifies whether the application is dynamic.(Inherited from AppInitStringBase.) |
|
DynamicCanClose | Gets or sets a boolean value whether the user can close the application if it is dynamic.(Inherited from AppInitStringBase.) |
|
DynamicShowInToolBar | Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic.(Inherited from AppInitStringBase.) |
|
ExtensionsXml | Gets or Sets the extensions XML(Inherited from AppInitStringBase.) |
|
FormattedXml | Gets the formatted XML.(Inherited from InitString.) |
|
Global | Gets or sets a Boolean value that specifies whether the application is global.(Inherited from AppInitStringBase.) |
|
LegacyAdapterType | Gets or sets the legacy adapter type. |
|
MinimumSize | Gets or sets the minimum size for the application.(Inherited from AppInitStringBase.) |
|
OptimumSize | Gets or sets the desired size for the application.(Inherited from AppInitStringBase.) |
|
RootNode | Gets the root node in the initialization string XML document.(Inherited from InitString.) |
|
UnformattedXml | Gets the unformatted XML.(Inherited from InitString.) |
|
UseAutomationAdapter | Gets or sets a Boolean value that specifies whether to use an automation adapter. |
|
UseNoAdapter | Gets or sets a Boolean value that specifies whether to use an adapter or not. |
|
WorkflowDependent | Gets or sets a value that specifies whether the application is dependent on a workflow.(Inherited from AppInitStringBase.) |
|
XmlDocument | Gets or sets the XML document.(Inherited from InitString.) |
Methods
Name | Description | |
---|---|---|
ConvertToDifferentAppInitStringType(Int32) | Converts the application type to different app initialization string.(Inherited from AppInitStringBase.) |
|
Equals(Object) | (Inherited from Object.) |
|
Exists(XmlNode, String) | Determines whether node specified by xpath is found under parentNode.(Inherited from InitString.) |
|
Finalize() | (Inherited from Object.) |
|
GetAttributeNode(XmlNode, String) | Retrieves the named attribute node under parentNode.(Inherited from InitString.) |
|
GetControlsNode(XmlNode) | Gets the DataDrivenAdapterBindings\Controls node. |
|
GetHashCode() | (Inherited from Object.) |
|
GetNode(XmlNode, String) | Retrieves the first named node under parentNode, or null if does not exist.(Inherited from InitString.) |
|
GetOrCreateAttributeNode(XmlNode, String) | Retrieves the attribute node under parent node, or create one if it does not exist.(Inherited from InitString.) |
|
GetOrCreateNode(XmlNode, String) | Retrieves first named node under parent node, or creates one if it does not exist.(Inherited from InitString.) |
|
GetOrCreateNode(XmlNode, String, String) | Retrieves first named node under parent node, or creates one if it does not exist.(Inherited from InitString.) |
|
GetType() | (Inherited from Object.) |
|
GetTypeNode(XmlNode) | Gets the DataDrivenAdapterBindings\Type node. |
|
Load(InitString) | Load internal XML document from the specified initialization string.(Inherited from InitString.) |
|
Load(String) | Loads internal XML document from the specified file.(Inherited from InitString.) |
|
LoadAdapterXml(String) | Loads the automation XML into the initialization string object. |
|
LoadXml(String) | Loads internal XML document from the specified string.(Inherited from InitString.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnLoad() | Called when [load].(Overrides InitString.OnLoad().) |
|
RemoveNode(XmlNode, String) | Removes the first named node under parent node.(Inherited from InitString.) |
|
Save(String) | Saves internal XML document to the specified file.(Inherited from InitString.) |
|
ToString() | Returns the initialization string as a formatted Xml string(Inherited from InitString.) |
|
Validate() | Throw exceptions in overridden implementations to signal initialization string validation failure.(Inherited from InitString.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright