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 | |
---|---|---|
![]() |
DisplayGroup | Gets or sets the display group. |
![]() |
Dynamic | Gets or sets a Boolean value that specifies whether the application is dynamic. |
![]() |
DynamicCanClose | Gets or sets a boolean value whether the user can close the application if it is dynamic. |
![]() |
DynamicShowInToolBar | Gets or sets a Boolean value that specifies whether the application can be shown in the toolbar if it is dynamic. |
![]() |
ExtensionsXml | Gets or Sets the extensions XML |
![]() |
FormattedXml | Gets the formatted XML. (inherited from InitString) |
![]() |
Global | Gets or sets a Boolean value that specifies whether the application is global. |
![]() |
MinimumSize | Gets or sets the minimum size for the application. |
![]() |
OptimumSize | Gets or sets the desired size for the application. |
![]() |
UnformattedXml | Gets the unformatted XML. (inherited from InitString) |
![]() |
WorkflowDependent | Gets or sets a value that specifies whether the application is dependent on a workflow. |
![]() |
XmlDocument | Gets or sets the XML document. (inherited from InitString) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
RootNode | Gets the root node in the initialization string XML document. (inherited from InitString) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
ConvertToDifferentAppInitStringType | Converts the application type to different app initialization string. |
![]() ![]() |
CreateAppInitStringType | Creates the type of the application initialization string. |
![]() |
Equals | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() ![]() |
InferApplicationType | Overloaded. |
![]() |
Load | Overloaded. (inherited from InitString) |
![]() |
LoadXml | Loads internal XML document from the specified string. (inherited from InitString) |
![]() |
Save | Saves internal XML document to the specified file. (inherited from InitString) |
![]() |
ToString | Overridden. Returns the initialization string as a formatted Xml string (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Exists | Determines whether node specified by xpath is found under parentNode. (inherited from InitString) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetAttributeNode | Retrieves the named attribute node under parentNode. (inherited from InitString) |
![]() |
GetNode | Retrieves the first named node under parentNode, or null if does not exist. (inherited from InitString) |
![]() |
GetOrCreateAttributeNode | Retrieves the attribute node under parent node, or create one if it does not exist. (inherited from InitString) |
![]() |
GetOrCreateNode | Overloaded. (inherited from InitString) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
OnLoad | Called during load. (inherited from InitString) |
![]() |
RemoveNode | Removes the first named node under parent node. (inherited from InitString) |
![]() |
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.