Click or drag to resize

MagicPropertyInfo Class

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

Inheritance Hierarchy

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

The MagicPropertyInfo type exposes the following members.

Constructors
  NameDescription
Protected methodMagicPropertyInfo
Initializes a new instance of the MagicPropertyInfo class
Top
Properties
  NameDescription
Public propertyCanWrite
Gets a value indicating whether this property can be set.
Public propertyEventPropertyType
Gets or sets the event type of the property.
Public propertyGetFunction
Returns a function that can be used to obtain the value of the property from an object instance.
Public propertyName
Gets or sets the name.
Public propertyPropertyType
Gets or sets the type of the property.
Public propertySetFunction
Returns a function that can be used to set the value of the property in an object instance.
Top
See Also