InitString Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents the 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
Syntax
public class InitString
Public Class InitString
Constructors
Name | Description | |
---|---|---|
InitString(String) | Initializes a new instance of the InitString class. |
Properties
Name | Description | |
---|---|---|
FormattedXml | Gets the formatted XML. |
|
RootNode | Gets the root node in the initialization string XML document. |
|
UnformattedXml | Gets the unformatted XML. |
|
XmlDocument | Gets or sets the XML document. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Exists(XmlNode, String) | Determines whether node specified by xpath is found under parentNode. |
|
Finalize() | (Inherited from Object.) |
|
FormatTypeAssembly(String, String) | Formats the type assembly. |
|
GetAttributeNode(XmlNode, String) | Retrieves the named attribute node under parentNode. |
|
GetHashCode() | (Inherited from Object.) |
|
GetNode(XmlNode, String) | Retrieves the first named node under parentNode, or null if does not exist. |
|
GetNodeInnerText(XmlNode) | Retrieves the inner text of the specified node. |
|
GetNodeInnerTextBool(XmlNode, Boolean) | Retrieves boolean-interpreted value of InnerText of specified node, returns defaultValue if interpretation fails. |
|
GetOrCreateAttributeNode(XmlNode, String) | Retrieves the attribute node under parent node, or create one if it does not exist. |
|
GetOrCreateNode(XmlNode, String) | Retrieves first named node under parent node, or creates one if it does not exist. |
|
GetOrCreateNode(XmlNode, String, String) | Retrieves first named node under parent node, or creates one if it does not exist. |
|
GetType() | (Inherited from Object.) |
|
Load(InitString) | Load internal XML document from the specified initialization string. |
|
Load(String) | Loads internal XML document from the specified file. |
|
LoadXml(String) | Loads internal XML document from the specified string. |
|
MemberwiseClone() | (Inherited from Object.) |
|
OnLoad() | Called during load. |
|
ParseTypeAssembly(String, String, String) | Parses the type assembly. |
|
RemoveNode(XmlNode, String) | Removes the first named node under parent node. |
|
Save(String) | Saves internal XML document to the specified file. |
|
ToString() | Returns the initialization string as a formatted Xml string(Overrides Object.ToString().) |
|
Validate() | Throw exceptions in overridden implementations to signal initialization string validation failure. |
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