CreateRequestBody Class

 

Represents the body elements of a Create request.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.ManagementService.CreateRequestBody

Syntax

public class CreateRequestBody : IXmlSerializable
public ref class CreateRequestBody : IXmlSerializable
type CreateRequestBody = 
    class
        interface IXmlSerializable
    end
Public Class CreateRequestBody
    Implements IXmlSerializable

Constructors

Name Description
System_CAPS_pubmethod CreateRequestBody()

Initializes a new instance of the CreateRequestBody 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 GetSchema()

Gets the XML Schema that this object can be serialized to. This method is not currently used.

System_CAPS_pubmethodSystem_CAPS_static GetSchema(XmlSchemaSet)

Adds the XML Schema for this object to the specified XmlSchemaSet object.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReadXml(XmlReader)

Reads the XML data from the specified XmlReader object.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WriteXml(XmlWriter)

Writes the XML data for this object to the specified XmlWriter 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.ComplexEventProcessing.ManagementService Namespace

Return to top