[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the EventPropertyDescriptor class.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	listedName As String, _
	fieldInfo As FieldInfo, _
	propertyType As EventPropertyType _
)
C#
public EventPropertyDescriptor (
	string propertyName,
	string listedName,
	FieldInfo fieldInfo,
	EventPropertyType propertyType
)
Visual C++
public:
EventPropertyDescriptor (
	String^ propertyName, 
	String^ listedName, 
	FieldInfo^ fieldInfo, 
	EventPropertyType propertyType
)

Parameters

propertyName
System.String
Name of the property.
listedName
System.String
Name of the listed.
fieldInfo
System.Reflection.FieldInfo
The field info.
propertyType
net.esper.events.EventPropertyType
Type of the property.