![]() | SimpleMagicPropertyInfo Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.magic.SimpleMagicPropertyInfo"]
Namespace: com.espertech.esper.compat.magic
public class SimpleMagicPropertyInfo : MagicPropertyInfo
The SimpleMagicPropertyInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleMagicPropertyInfo |
Initializes a new instance of the SimpleMagicPropertyInfo class.
|
Name | Description | |
---|---|---|
![]() | CanWrite |
Gets a value indicating whether this property can be set.
(Overrides MagicPropertyInfoCanWrite.) |
![]() | EventPropertyType |
Gets or sets the event type of the property.
(Inherited from MagicPropertyInfo.) |
![]() | GetFunction |
Returns a function that can be used to obtain the value of the
property from an object instance.
(Overrides MagicPropertyInfoGetFunction.) |
![]() | GetMethod |
Gets or sets the get method.
|
![]() | IsUnique |
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.
|
![]() | Member |
Gets or sets the member.
|
![]() | Name |
Gets or sets the name.
(Inherited from MagicPropertyInfo.) |
![]() | Next |
Gets or sets the next magic property INFO that shares the same
name.
|
![]() | PropertyType |
Gets or sets the type of the property.
(Inherited from MagicPropertyInfo.) |
![]() | SetFunction |
Returns a function that can be used to set the value of the
property in an object instance.
(Overrides MagicPropertyInfoSetFunction.) |
![]() | SetMethod |
Gets or sets the set method.
|