StateDetailsContentsXmlBlob Class

 

Represents state details that contain a CData XML blob.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
public ref class StateDetailsContentsXmlBlob : StateDetailsContents

NameDescription
System_CAPS_pubmethodStateDetailsContentsXmlBlob()

Initializes a new instance of the StateDetailsContentsXmlBlob class.

System_CAPS_pubmethodStateDetailsContentsXmlBlob(String^)

Initializes a new instance of the StateDetailsContentsXmlBlob class.

System_CAPS_pubmethodStateDetailsContentsXmlBlob(XmlNode^)

Initializes a new instance of the StateDetailsContentsXmlBlob class.

NameDescription
System_CAPS_pubpropertyBlob

Gets or sets the CDATA blob that will go into the state details.

System_CAPS_pubpropertyDetailType

Gets the detail type. (Inherited from StateDetailsContents.)

System_CAPS_pubpropertyIsCdata

If true, the XML blob is a CDATA.

System_CAPS_pubpropertyWriteAsCdata

Gets or sets a value that determines whether the blob should be written as a CDATA or raw XML.

If the value is null, the state is automatically determined. If a CDATA header is used, it is written as CDATA, else it is written as-is.

If true, the CDATA writer is always used and the data is written as a CDATA blob. This can cause serialization exceptions if used incorrectly.

If false, the CDATA writer is never used and data is written as-is.

NameDescription
System_CAPS_pubmethodAddFromXmlNode(XmlNode^)

Adds XML from an XmlNode-implementing object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSchema()

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. (Overrides StateDetailsContents::GetSchema().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader^)

Generates an object from its XML representation. (Overrides StateDetailsContents::ReadXml(XmlReader^).)

System_CAPS_pubmethodToString()

Returns a String that represents the current Object. (Overrides StateDetailsContents::ToString().)

System_CAPS_pubmethodWriteXml(XmlWriter^)

Converts an object into its XML representation. (Overrides StateDetailsContents::WriteXml(XmlWriter^).)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: