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

Ctor.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	streamName As String, _
	streamEventType As EventType, _
	propertyName As String, _
	streamNum As Integer, _
	propertyType As Type _
)
C#
public PropertyResolutionDescriptor (
	string streamName,
	EventType streamEventType,
	string propertyName,
	int streamNum,
	Type propertyType
)
Visual C++
public:
PropertyResolutionDescriptor (
	String^ streamName, 
	EventType^ streamEventType, 
	String^ propertyName, 
	int streamNum, 
	Type^ propertyType
)

Parameters

streamName
System.String
is the stream name
streamEventType
net.esper.events.EventType
is the event type of the stream where the property was found
propertyName
System.String
is the regular name of property
streamNum
System.Int32
is the number offset of the stream
propertyType
System.Type
is the type of the property