Click or drag to resize

SimpleMagicPropertyInfo Class

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

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

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

The SimpleMagicPropertyInfo type exposes the following members.

Constructors
  NameDescription
Public methodSimpleMagicPropertyInfo
Initializes a new instance of the SimpleMagicPropertyInfo class.
Top
Properties
  NameDescription
Public propertyCanWrite
Gets a value indicating whether this property can be set.
(Overrides MagicPropertyInfoCanWrite.)
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 propertyGetMethod
Gets or sets the get method.
Public propertyIsUnique
Gets a value indicating whether this property is unique. If a property is not unique then it shares the same name as another property but a different implementation.
Public propertyMember
Gets or sets the member.
Public propertyName
Gets or sets the name.
(Inherited from MagicPropertyInfo.)
Public propertyNext
Gets or sets the next magic property INFO that shares the same name.
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.)
Public propertySetMethod
Gets or sets the set method.
Top
See Also