Click or drag to resize

PropertyResolutionStyle Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.PropertyResolutionStyle"]

Inheritance Hierarchy
SystemEnum
  com.espertech.esper.compatPropertyResolutionStyle

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class PropertyResolutionStyle : Enum

The PropertyResolutionStyle type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCASE_INSENSITIVE
Properties are matched if the names are identical. A case insensitive search is used and will choose the first property that matches the name exactly or the first property that matches case insensitively should no match be found.
Public fieldStatic memberCASE_SENSITIVE
Properties are only matched if the names are identical in name and case to the original property name.
Public fieldStatic memberDEFAULT
Default
Public fieldStatic memberDISTINCT_CASE_INSENSITIVE
Properties are matched if the names are identical. A case insensitive search is used and will choose the first property that matches the name exactly case insensitively. If more than one 'name' can be mapped to the property an exception is thrown.
Public fieldvalue__
Top
See Also