CreateRequestBody Class

Represents the body elements of a Create request.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.ManagementService.CreateRequestBody

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

public class CreateRequestBody : IXmlSerializable

The CreateRequestBody type exposes the following members.

Constructors

  Name Description
Public method CreateRequestBody Initializes a new instance of the CreateRequestBody class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetSchema() Gets the XML Schema that this object can be serialized to. This method is not currently used.
Public methodStatic member GetSchema(XmlSchemaSet) Adds the XML Schema for this object to the specified XmlSchemaSet object.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadXml Reads the XML data from the specified XmlReader object.
Public method ToString (Inherited from Object.)
Public method WriteXml Writes the XML data for this object to the specified XmlWriter object.

Top

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

Reference

Microsoft.ComplexEventProcessing.ManagementService Namespace