[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Body for the report. Other classes should inherit from this.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryReportBody : 
IXmlSerializable
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryReportBody _
	
Implements 
IXmlSerializable
[
SerializableAttribute]
public 
ref class 
InventoryReportBody 
sealed : 
IXmlSerializable

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryReportBody () () () ()
Initializes a new instance of the InventoryReportBodyclass.
InventoryReportBody(InventoryReportBodyElement)
Initializes a new instance of the InventoryReportBodyclass.
InventoryReportBody(Collection < (Of < <' ( InventoryReportBodyElement > ) > > ) )
Initializes a new instance of the InventoryReportBodyclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetSchema () () () ()
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttributeto the class.
GetType () () () () (Inherited from Object.)
InventoryBodyInternalObject
This is present for validation code to make sure its internal contents has everything properly set. This should not be called by regular code.
MemberwiseClone () () () () (Inherited from Object.)
RawXml
Serialized XML blob for the inventory instance
ReadXml(XmlReader)
Generates an object from its XML representation.
SetBodyObject(InventoryReportBodyElement)
Sets the report body contents to an element
SetBodyObject(ICollection < (Of < <' ( InventoryReportBodyElement > ) > > ) )
Sets the report body contents to an array of elements
ToString () () () () (Inherited from Object.)
WriteXml(XmlWriter)
Converts an object into its XML representation.

Inheritance Hierarchy

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

See Also