Partager via


ExternalApplicationAppInitString Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Represents the external 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

Syntax

public class ExternalApplicationAppInitString : AdapterAppInitString
Public Class ExternalApplicationAppInitString
    Inherits AdapterAppInitString

Constructors

Name Description
System_CAPS_pubmethod ExternalApplicationAppInitString()

Initializes a new instance of the ExternalApplicationAppInitString class.

Properties

Name Description
System_CAPS_pubproperty AcquisitionTimeout

Gets or sets the acquisition timeout.

System_CAPS_pubproperty AdapterMode

Gets or sets the adapter mode.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty AlternateTopLevelWindow

Gets or sets the alternate top level window.

System_CAPS_pubproperty AlternateTopLevelWindowCaption

Gets or sets the alternate top level window caption.

System_CAPS_pubproperty AlternateTopLevelWindowClass

Gets or sets the alternate top level window class.

System_CAPS_pubproperty AttachThreadInput

Gets or sets a Boolean value that specifies whether the thread input is attached.

System_CAPS_pubproperty Controls

Gets the control names in all DDA.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty DataDrivenAdapterBindingsCollection

Gets the data driven adapter control bindings collection.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty DataDrivenAdapterControlBindings

Gets the data driven adapter control bindings.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty DataDrivenAdapterType

Gets or sets the data driven adapter type.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty DdaCollection

Gets the data driven adapter collection.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty DisplayGroup

Gets or sets the display group.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty Dynamic

Gets or sets a Boolean value that specifies whether the application is dynamic.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty DynamicCanClose

Gets or sets a boolean value whether the user can close the application if it is dynamic.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty 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.)

System_CAPS_pubproperty ExtensionsXml

Gets or Sets the extensions XML(Inherited from AppInitStringBase.)

System_CAPS_pubproperty FormattedXml

Gets the formatted XML.(Inherited from InitString.)

System_CAPS_pubproperty Global

Gets or sets a Boolean value that specifies whether the application is global.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty HostingMethod

Gets or sets the application hosting method.

System_CAPS_pubproperty HostInside

Gets or sets a Boolean value that specifies whether the host is inside.

System_CAPS_pubproperty HostOnTop

Gets or sets a Boolean value that specifies whether the host is on top.

System_CAPS_pubproperty InteropAssemblyArguments

Gets or sets the interop assembly arguments.

System_CAPS_pubproperty InteropAssemblyUrl

Gets or sets the interop assembly URL.

System_CAPS_pubproperty InteropAssemblyWorkingDirectory

Gets or sets the interop assembly working directory.

System_CAPS_pubproperty LegacyAdapterType

Gets or sets the legacy adapter type.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty LimitToProcessId

Gets or sets a Boolean value that specifies whether there are limits to the process ID for the main process when searching for a window handle.

System_CAPS_pubproperty ManageHosting

Gets or sets a Boolean value that specifies whether the lifecycle of the application is managed by automation.

System_CAPS_pubproperty MinimumSize

Gets or sets the minimum size for the application.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty NoMessagePump

Gets or sets a Boolean value that specifies whether the application has any windows messaging queue.

System_CAPS_pubproperty OptimumSize

Gets or sets the desired size for the application.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty RemoveSizingControls

Gets or sets a Boolean value that specifies whether the sizing controls for the application have to be removed.

System_CAPS_pubproperty RemoveSizingMenu

Gets or sets a Boolean value that specifies whether the sizing menu has to be removed].

System_CAPS_pubproperty RestoreIfMinimized

Gets or sets a Boolean value that specifies whether the application has to be restored if it is in the minimized state.

System_CAPS_pubproperty RetainFrameAndCaption

Gets or sets a Boolean value that specifies whether the application’s frame and caption has to be retained.

System_CAPS_pubproperty RetainOnTaskbar

Gets or sets a Boolean value that specifies whether the application has to be retained on the task bar.

System_CAPS_pubproperty RetainSystemMenu

Gets or sets a Boolean value that specifies whether the system menu has to be retained.

System_CAPS_protproperty RootNode

Gets the root node in the initialization string XML document.(Inherited from InitString.)

System_CAPS_pubproperty ShowMenu

Gets or sets a Boolean value that specifies whether the menu should be displayed for the application.

System_CAPS_pubproperty UnformattedXml

Gets the unformatted XML.(Inherited from InitString.)

System_CAPS_pubproperty UseAutomationAdapter

Gets or sets a Boolean value that specifies whether to use an automation adapter.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty UseNoAdapter

Gets or sets a Boolean value that specifies whether to use an adapter or not.(Inherited from AdapterAppInitString.)

System_CAPS_pubproperty WorkflowDependent

Gets or sets a value that specifies whether the application is dependent on a workflow.(Inherited from AppInitStringBase.)

System_CAPS_pubproperty XmlDocument

Gets or sets the XML document.(Inherited from InitString.)

Methods

Name Description
System_CAPS_pubmethod ConvertToDifferentAppInitStringType(Int32)

Converts the application type to different app initialization string.(Inherited from AppInitStringBase.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Exists(XmlNode, String)

Determines whether node specified by xpath is found under parentNode.(Inherited from InitString.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetAttributeNode(XmlNode, String)

Retrieves the named attribute node under parentNode.(Inherited from InitString.)

System_CAPS_pubmethod GetControlsNode(XmlNode)

Gets the DataDrivenAdapterBindings\Controls node.(Inherited from AdapterAppInitString.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_protmethod GetNode(XmlNode, String)

Retrieves the first named node under parentNode, or null if does not exist.(Inherited from InitString.)

System_CAPS_protmethod GetOrCreateAttributeNode(XmlNode, String)

Retrieves the attribute node under parent node, or create one if it does not exist.(Inherited from InitString.)

System_CAPS_protmethod GetOrCreateNode(XmlNode, String)

Retrieves first named node under parent node, or creates one if it does not exist.(Inherited from InitString.)

System_CAPS_protmethod GetOrCreateNode(XmlNode, String, String)

Retrieves first named node under parent node, or creates one if it does not exist.(Inherited from InitString.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetTypeNode(XmlNode)

Gets the DataDrivenAdapterBindings\Type node.(Inherited from AdapterAppInitString.)

System_CAPS_pubmethod Load(InitString)

Load internal XML document from the specified initialization string.(Inherited from InitString.)

System_CAPS_pubmethod Load(String)

Loads internal XML document from the specified file.(Inherited from InitString.)

System_CAPS_pubmethod LoadAdapterXml(String)

Loads the automation XML into the initialization string object.(Inherited from AdapterAppInitString.)

System_CAPS_pubmethod LoadXml(String)

Loads internal XML document from the specified string.(Inherited from InitString.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnLoad()

Called when [load].(Inherited from AdapterAppInitString.)

System_CAPS_protmethod RemoveNode(XmlNode, String)

Removes the first named node under parent node.(Inherited from InitString.)

System_CAPS_pubmethod Save(String)

Saves internal XML document to the specified file.(Inherited from InitString.)

System_CAPS_pubmethod ToString()

Returns the initialization string as a formatted Xml string(Inherited from InitString.)

System_CAPS_protmethod 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