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
public property FormattedXml Gets the formatted XML.
public property UnformattedXml Gets the unformatted XML.
public property XmlDocument Gets or sets the XML document.

Top

Protected Properties

  Name Description
protected property RootNode Gets the root node in the initialization string XML document.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method Load Overloaded.  
public method LoadXml Loads internal XML document from the specified string.
public method Save Saves internal XML document to the specified file.
public method ToString Overridden. Returns the initialization string as a formatted Xml string

Top

Protected Methods

  Name Description
protected method Exists Determines whether node specified by xpath is found under parentNode.
protected method Finalize  (inherited from Object)
protected method static FormatTypeAssembly Formats the type assembly.
protected method GetAttributeNode Retrieves the named attribute node under parentNode.
protected method GetNode Retrieves the first named node under parentNode, or null if does not exist.
protected method static GetNodeInnerText Retrieves the inner text of the specified node.
protected method static GetNodeInnerTextBool Retrieves boolean-interpreted value of InnerText of specified node, returns defaultValue if interpretation fails.
protected method GetOrCreateAttributeNode Retrieves the attribute node under parent node, or create one if it does not exist.
protected method GetOrCreateNode Overloaded.  
protected method MemberwiseClone  (inherited from Object)
protected method OnLoad Called during load.
protected method static ParseTypeAssembly Parses the type assembly.
protected method RemoveNode Removes the first named node under parent node.
protected method 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.