InventoryReportBody Class

 

Represents a body for the report. Other classes should inherit from this class.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryReportBody

[SerializableAttribute]
public ref class InventoryReportBody sealed : IXmlSerializable

NameDescription
System_CAPS_pubmethodInventoryReportBody()

Initializes a new instance of the InventoryReportBody class.

System_CAPS_pubmethodInventoryReportBody(Collection<InventoryReportBodyElement^>^)

Initializes a new instance of the InventoryReportBody class.

System_CAPS_pubmethodInventoryReportBody(InventoryReportBodyElement^)

Initializes a new instance of the InventoryReportBody class.

NameDescription
System_CAPS_pubpropertyInventoryBodyInternalObject

Gets the internal contents of the body object. This property is present for validation code to ensure its internal contents have everything properly set. This property should not be called by regular code.

System_CAPS_pubpropertyRawXml

Gets the serialized XML blob for the inventory instance.

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.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader^)

Generates an object from its XML representation.

System_CAPS_pubmethodSetBodyObject(ICollection<InventoryReportBodyElement^>^)

Sets the report body contents to an array of elements.

System_CAPS_pubmethodSetBodyObject(InventoryReportBodyElement^)

Sets the report body contents to an element.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

Converts an object into its XML representation.

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: