Click or drag to resize

EventTypePropertyDescriptors Property

Get property descriptors for the event type.

Note that the order of property names depends on the underlying event type.

The method does not return property information of inner or nested types.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
IList PropertyDescriptors { get; }

Property Value

Type: IListT
descriptors for all known properties of the event type.
See Also