[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Introspect the type and deterime exposed event properties.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AssessProperties ( _ type As Type _ ) As IList(Of EventPropertyDescriptor) |
C# |
---|
public IList<EventPropertyDescriptor> AssessProperties ( Type type ) |
Visual C++ |
---|
public: virtual IList<EventPropertyDescriptor^>^ AssessProperties ( Type^ type ) sealed |
Parameters
- type
- System.Type
type to introspect