[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, _
	methodInfo As MethodInfo, _
	propertyType As EventPropertyType _
)
C#
public EventPropertyDescriptor (
	string propertyName,
	string listedName,
	MethodInfo methodInfo,
	EventPropertyType propertyType
)
Visual C++
public:
EventPropertyDescriptor (
	String^ propertyName, 
	String^ listedName, 
	MethodInfo^ methodInfo, 
	EventPropertyType propertyType
)

Parameters

propertyName
System.String
Name of the property.
listedName
System.String
Name of the listed.
methodInfo
System.Reflection.MethodInfo
The method info.
propertyType
net.esper.events.EventPropertyType
Type of the property.