EventTypeConverter<T>.MapEngineFieldToClrField Property

Note: This API is now obsolete.

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

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

Syntax

[ObsoleteAttribute]
public Dictionary<string, MemberInfo> MapEngineFieldToClrField { get; }

Property Value

Type: System.Collections.Generic.Dictionary<String, MemberInfo>
A collection of mappings from CEP fields to CLR fields.

See Also

Reference

EventTypeConverter<T> Class

Microsoft.ComplexEventProcessing Namespace