CDataMember Class

Definition

Represents the body part of Template registration descriptions. The body tag within a template XML description can be any string value and is treated as a CData section.

public sealed class CDataMember : System.Xml.Serialization.IXmlSerializable
type CDataMember = class
    interface IXmlSerializable
Public NotInheritable Class CDataMember
Implements IXmlSerializable
Inheritance
CDataMember
Implements

Constructors

CDataMember()

Initializes a new instance of the CDataMember class.

CDataMember(String)

Initializes a new instance of the CDataMember class with the specified value.

Properties

Value

Gets or sets the member value.

Methods

GenerateSchema(XmlSchemaSet)

Generates the schema representation for the XML schema conversion.

GetSchema()

Returns schema representation for the XML schemas.

ReadXml(XmlReader)

Reads XML schema from its XML representation.

ToString()

Returns a string that represents the current object.

WriteXml(XmlWriter)

Writes XML data into its XML representation.

Operators

Implicit(CDataMember to String)

Converts the specified value to a CDataMember object.

Implicit(String to CDataMember)

Converts the CDataMember object to a specified value.

Applies to