[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)
Adds to the given list of property descriptors the mapped properties, ie.
properties that have a getter method taking a single String value as a parameter.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub AddMappedProperties ( _ type As Type, _ result As IList(Of EventPropertyDescriptor) _ ) |
C# |
---|
public static void AddMappedProperties ( Type type, IList<EventPropertyDescriptor> result ) |
Visual C++ |
---|
public: static void AddMappedProperties ( Type^ type, IList<EventPropertyDescriptor^>^ result ) |
Parameters
- type
- System.Type
type to introspect
- result
- System.Collections.Generic.IList<(Of T>)
the list to add to