EventTypeConverter<T> Class

 

Represents functionality to convert a CLR type into a CEP event type.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.EventTypeConverter
    Microsoft.ComplexEventProcessing.EventTypeConverter<T>

Syntax

public class EventTypeConverter<T> : EventTypeConverter
generic<typename T>
public ref class EventTypeConverter : EventTypeConverter
type EventTypeConverter<'T> = 
    class
        inherit EventTypeConverter
    end
Public Class EventTypeConverter(Of T)
    Inherits EventTypeConverter

Type Parameters

  • T
    The CLR type to convert.

Constructors

Name Description
System_CAPS_pubmethod EventTypeConverter<T>()

Initializes a new instance of the EventTypeConverter<T> class.

Properties

Name Description
System_CAPS_pubproperty EventType

Gets the CEP type representation of the CLR type.

System_CAPS_pubproperty MapEngineFieldToClrField

Obsolete.Returns a collection of mappings from CEP fields to CLR fields.

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.ComplexEventProcessing Namespace

Return to top