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

Introspect the type and deterime exposed event properties.

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

Syntax

Visual Basic (Declaration)
Function AssessProperties ( _
	type As Type _
) As IList(Of EventPropertyDescriptor)
C#
IList<EventPropertyDescriptor> AssessProperties (
	Type type
)
Visual C++
IList<EventPropertyDescriptor^>^ AssessProperties (
	Type^ type
)

Parameters

type
System.Type
type to introspect

Return Value

list of event property descriptors