Click or drag to resize

PropertyResolutionStyleHelper Class

A class that helps with the use of the PropertyResolutionStyle. Among other things it allows developers to get or set the property resolution style that should be used when one is not specified.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatPropertyResolutionStyleHelper

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

The PropertyResolutionStyleHelper type exposes the following members.

Constructors
  NameDescription
Public methodPropertyResolutionStyleHelper
Initializes a new instance of the PropertyResolutionStyleHelper class
Top
Properties
  NameDescription
Public propertyStatic memberDefaultPropertyResolutionStyle
Gets or sets the property resolution style that should be used whe one is not specified.
Top
See Also