CDataHelper Class
A serialization class used to encapsulate CDATA into XML blobs.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.CDataHelper
Syntax
[SerializableAttribute]
public sealed class CDataHelper : IXmlSerializable
[SerializableAttribute]
public ref class CDataHelper sealed : IXmlSerializable
<SerializableAttribute>
Public NotInheritable Class CDataHelper
Implements IXmlSerializable
Constructors
Name | Description | |
---|---|---|
CDataHelper(String) | Initializes a new instance of the CDataHelper class. Populates the text to encapsulate into the CDATA blob. |
Properties
Name | Description | |
---|---|---|
Text | Contains the text to encapsulate into the CDATA blob. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetSchema() | This method is reserved and should not be used. When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class. |
|
GetType() | (Inherited from Object.) |
|
ReadXml(XmlReader) | Generates an object from its XML representation. |
|
ToString() | (Inherited from Object.) |
|
WriteXml(XmlWriter) | Converts an object into its XML representation. |
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.ConfigurationManagement.Messaging.Framework Namespace
Return to top