StateDetailsContents Class
An abstract class that defines the contents for state details.
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.StateDetailsContentsEmpty
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContentsString
Microsoft.ConfigurationManagement.Messaging.Messages.StateDetailsContentsXmlBlob
Syntax
[SerializableAttribute]
public abstract class StateDetailsContents : IXmlSerializable
[SerializableAttribute]
public ref class StateDetailsContents abstract : IXmlSerializable
<SerializableAttribute>
Public MustInherit Class StateDetailsContents
Implements IXmlSerializable
Properties
Name | Description | |
---|---|---|
DetailType | Gets the detail type. |
Methods
Name | Description | |
---|---|---|
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. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReadXml(XmlReader) | Generates an object from its XML representation. |
|
ToString() | Returns a String that represents the current Object. (Overrides Object.ToString().) |
|
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.Messages Namespace
Return to top