 | ConfigurationCommonEventTypeBeanAddFieldProperty Method |
Adds the named event property backed by the named accessor field.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddFieldProperty(
string name,
string accessorField
)
Parameters
- name
- Type: SystemString
is the event property name - accessorField
- Type: SystemString
is the accessor field underlying the name
See Also