AppInitStringBase Members

Represents the definition for application initialization string base class.

The following tables list the members exposed by the AppInitStringBase type.

Public Constructors

  Name Description
  AppInitStringBase Initializes a new instance of the AppInitStringBase class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property DisplayGroup Gets or sets the display group.
public property Dynamic Gets or sets a Boolean value that specifies whether the application is dynamic.
public property DynamicCanClose Gets or sets a boolean value whether the user can close the application if it is dynamic.
public property DynamicShowInToolBar Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic.
public property ExtensionsXml Gets or Sets the extensions XML
public property FormattedXml  Gets the formatted XML. (inherited from InitString)
public property Global Gets or sets a Boolean value that specifies whether the application is global.
public property MinimumSize Gets or sets the minimum size for the application.
public property OptimumSize Gets or sets the desired size for the application.
public property UnformattedXml  Gets the unformatted XML. (inherited from InitString)
public property WorkflowDependent Gets or sets a value that specifies whether the application is dependent on a workflow.
public property XmlDocument  Gets or sets the XML document. (inherited from InitString)

Top

Protected Properties

  Name Description
protected property RootNode  Gets the root node in the initialization string XML document. (inherited from InitString)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ConvertToDifferentAppInitStringType Converts the application type to different app initialization string.
public methodstatic CreateAppInitStringType Creates the type of the application initialization string.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic InferApplicationType Overloaded.  
public method Load  Overloaded. (inherited from InitString)
public method LoadXml  Loads internal XML document from the specified string. (inherited from InitString)
public method Save  Saves internal XML document to the specified file. (inherited from InitString)
public method ToString  Overridden. Returns the initialization string as a formatted Xml string (inherited from Object)

Top

Protected Methods

  Name Description
protected method Exists  Determines whether node specified by xpath is found under parentNode. (inherited from InitString)
protected method Finalize  (inherited from Object)
protected method GetAttributeNode  Retrieves the named attribute node under parentNode. (inherited from InitString)
protected method GetNode  Retrieves the first named node under parentNode, or null if does not exist. (inherited from InitString)
protected method GetOrCreateAttributeNode  Retrieves the attribute node under parent node, or create one if it does not exist. (inherited from InitString)
protected method GetOrCreateNode  Overloaded. (inherited from InitString)
protected method MemberwiseClone  (inherited from Object)
protected method OnLoad  Called during load. (inherited from InitString)
protected method RemoveNode  Removes the first named node under parent node. (inherited from InitString)
protected method Validate  Throw exceptions in overridden implementations to signal initialization string validation failure. (inherited from InitString)

Top

See Also

Reference

AppInitStringBase Class
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.