[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)
Parse the given property name returning a Property instance for the property.
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ propertyName As String, _ beanEventAdapter As BeanEventAdapter _ ) As Property |
C# |
---|
public static Property Parse ( string propertyName, BeanEventAdapter beanEventAdapter ) |
Visual C++ |
---|
public: static Property^ Parse ( String^ propertyName, BeanEventAdapter^ beanEventAdapter ) |
Parameters
- propertyName
- System.String
is the property name to parse
- beanEventAdapter
- net.esper.events.BeanEventAdapter
is the chache and factory for event bean types and event wrappers