Utils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
General purpose utilities used primarily for validation and syntax checks.
[System.Runtime.InteropServices.Guid("140A51B7-0409-4bf2-B6FE-06408F517C3F")]
public static class Utils
[<System.Runtime.InteropServices.Guid("140A51B7-0409-4bf2-B6FE-06408F517C3F")>]
type Utils = class
Public Class Utils
- Inheritance
-
Utils
- Attributes
Methods
Deserialize(XmlReader, MajorObject) |
Deserializes the XML document contained by the specified input. |
GetSyntacticallyValidID(String, Type) |
Gets a new identifier that is syntacticllly valid. |
GetSyntacticallyValidName(String, Type, ModelType, Int32) |
Gets a new name that is syntacticllly valid. |
GetSyntacticallyValidName(String, Type) |
Gets a new name that is syntacticllly valid. |
IsSyntacticallyValidID(String, Type, String) |
Indicates whether the specified identifier is syntactically valid. |
IsSyntacticallyValidName(String, Type, ModelType, Int32, String) |
Indicates whether the specified name is syntactically valid. |
IsSyntacticallyValidName(String, Type, String) |
Indicates whether the specified name is syntactically valid. |
Serialize(XmlWriter, MajorObject, Boolean) |
Serializes the specified object and writes the XML document to an output using the specified XmlWriter. |