GetTypeDefinitionRequest Class

Request structure that identifies a type whose definition is to be returned.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.ManagementService.GetTypeDefinitionRequest

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

Syntax

'Declaration
<MessageContractAttribute(IsWrapped := False)> _
Public Class GetTypeDefinitionRequest
'Usage
Dim instance As GetTypeDefinitionRequest
[MessageContractAttribute(IsWrapped = false)]
public class GetTypeDefinitionRequest
[MessageContractAttribute(IsWrapped = false)]
public ref class GetTypeDefinitionRequest
[<MessageContractAttribute(IsWrapped = false)>]
type GetTypeDefinitionRequest =  class end
public class GetTypeDefinitionRequest

The GetTypeDefinitionRequest type exposes the following members.

Constructors

  Name Description
Public method GetTypeDefinitionRequest() Initializes a new, default instance of the GetTypeRequest class.
Public method GetTypeDefinitionRequest(TypeIdentifier, IEnumerable<TypeIdentifier>) Initializes a new instance of the GetTypeDefinitionRequest class with the specified constituent name.

Top

Properties

  Name Description
Public property GenericArguments Gets or sets the collection of generic arguments.
Public property TypeIdentifier Gets or sets the identifier for the type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from 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