Share via


InventoryReportBodyElement Class

 

Represents the 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)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElement
    Microsoft.ConfigurationManagement.Messaging.Messages.CollectedFile
    Microsoft.ConfigurationManagement.Messaging.Messages.CollectedFileSum
    Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstance
    Microsoft.ConfigurationManagement.Messaging.Messages.ProductInfo
    Microsoft.ConfigurationManagement.Messaging.Messages.StateMessage

Syntax

[SerializableAttribute]
public class InventoryReportBodyElement
[SerializableAttribute]
public ref class InventoryReportBodyElement 
<SerializableAttribute>
Public Class InventoryReportBodyElement

Constructors

Name Description
System_CAPS_pubmethod InventoryReportBodyElement()

Initializes a new instance of the InventoryReportBodyElement class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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