StateDetailsContentsEmpty Class

 

Encapsulates empty state details.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::StateDetailsContents
    Microsoft.ConfigurationManagement.Messaging.Messages::StateDetailsContentsEmpty

[SerializableAttribute]
public ref class StateDetailsContentsEmpty sealed : StateDetailsContents

NameDescription
System_CAPS_pubmethodStateDetailsContentsEmpty()

Initializes a new instance of the StateDetailsContentsEmpty class. This is the default constructor.

NameDescription
System_CAPS_pubpropertyDetailType

Gets the detail type. (Inherited from StateDetailsContents.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(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_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: