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)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContents
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContentsXmlBlob
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContentsClientIdentity
Syntax
[SerializableAttribute]
public class StateDetailsContentsXmlBlob : StateDetailsContents
[SerializableAttribute]
public ref class StateDetailsContentsXmlBlob : StateDetailsContents
<SerializableAttribute>
Public Class StateDetailsContentsXmlBlob
Inherits StateDetailsContents
Constructors
Name | Description | |
---|---|---|
StateDetailsContentsXmlBlob() | Initializes a new instance of the StateDetailsContentsXmlBlob class. |
|
StateDetailsContentsXmlBlob(String) | Initializes a new instance of the StateDetailsContentsXmlBlob class. |
|
StateDetailsContentsXmlBlob(XmlNode) | Initializes a new instance of the StateDetailsContentsXmlBlob class. |
Properties
Name | Description | |
---|---|---|
Blob | Gets or sets the CDATA blob that will go into the state details. |
|
DetailType | Gets the detail type. (Inherited from StateDetailsContents.) |
|
IsCdata | If true, the XML blob is a CDATA. |
|
WriteAsCdata | 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. |
Methods
Name | Description | |
---|---|---|
AddFromXmlNode(XmlNode) | Adds XML from an XmlNode-implementing object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (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. (Overrides StateDetailsContents.GetSchema().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReadXml(XmlReader) | Generates an object from its XML representation. (Overrides StateDetailsContents.ReadXml(XmlReader).) |
|
ToString() | Returns a String that represents the current Object. (Overrides StateDetailsContents.ToString().) |
|
WriteXml(XmlWriter) | Converts an object into its XML representation. (Overrides StateDetailsContents.WriteXml(XmlWriter).) |
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.Messages Namespace
Return to top