InitString Members
Represents the initialization string.
The following tables list the members exposed by the InitString type.
Protected Constructors
Name | Description | |
---|---|---|
InitString | Initializes a new instance of the InitString class. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
FormattedXml | Gets the formatted XML. | |
UnformattedXml | Gets the unformatted XML. | |
XmlDocument | Gets or sets the XML document. |
Top
Protected Properties
Name | Description | |
---|---|---|
RootNode | Gets the root node in the initialization string XML document. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
Load | Overloaded. | |
LoadXml | Loads internal XML document from the specified string. | |
Save | Saves internal XML document to the specified file. | |
ToString | Overridden. Returns the initialization string as a formatted Xml string |
Top
Protected Methods
Name | Description | |
---|---|---|
Exists | Determines whether node specified by xpath is found under parentNode. | |
Finalize | (inherited from Object) | |
FormatTypeAssembly | Formats the type assembly. | |
GetAttributeNode | Retrieves the named attribute node under parentNode. | |
GetNode | Retrieves the first named node under parentNode, or null if does not exist. | |
GetNodeInnerText | Retrieves the inner text of the specified node. | |
GetNodeInnerTextBool | Retrieves boolean-interpreted value of InnerText of specified node, returns defaultValue if interpretation fails. | |
GetOrCreateAttributeNode | Retrieves the attribute node under parent node, or create one if it does not exist. | |
GetOrCreateNode | Overloaded. | |
MemberwiseClone | (inherited from Object) | |
OnLoad | Called during load. | |
ParseTypeAssembly | Parses the type assembly. | |
RemoveNode | Removes the first named node under parent node. | |
Validate | Throw exceptions in overridden implementations to signal initialization string validation failure. |
Top
See Also
Reference
InitString Class
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.