Click or drag to resize

DynamicMagicPropertyInfo Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.magicMagicPropertyInfo
    com.espertech.esper.compat.magicDynamicMagicPropertyInfo

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

The DynamicMagicPropertyInfo type exposes the following members.

Constructors
  NameDescription
Public methodDynamicMagicPropertyInfo
Initializes a new instance of the DynamicMagicPropertyInfo class.
Top
Properties
  NameDescription
Public propertyCanWrite
Gets a value indicating whether this property can be set.
(Overrides MagicPropertyInfoCanWrite.)
Public propertyChild
Public propertyEventPropertyType
Gets or sets the event type of the property.
(Inherited from MagicPropertyInfo.)
Public propertyGetFunction
Returns a function that can be used to obtain the value of the property from an object instance.
(Overrides MagicPropertyInfoGetFunction.)
Public propertyName
Gets or sets the name.
(Inherited from MagicPropertyInfo.)
Public propertyParent
Public propertyPropertyType
Gets or sets the type of the property.
(Inherited from MagicPropertyInfo.)
Public propertySetFunction
Returns a function that can be used to set the value of the property in an object instance.
(Overrides MagicPropertyInfoSetFunction.)
Top
See Also