[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)
Ctor.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ propertyName As String, _ listedName As String, _ propertyDesc As PropertyDescriptor, _ propertyType As EventPropertyType _ ) |
C# |
---|
public EventPropertyDescriptor ( string propertyName, string listedName, PropertyDescriptor propertyDesc, EventPropertyType propertyType ) |
Visual C++ |
---|
public: EventPropertyDescriptor ( String^ propertyName, String^ listedName, PropertyDescriptor^ propertyDesc, EventPropertyType propertyType ) |
Parameters
- propertyName
- System.String
name of property, from getter method
- listedName
- System.String
name the property may show up when listed as a valid property, such as indexed[], mapped()
- propertyDesc
- System.ComponentModel.PropertyDescriptor
The property descriptor.
- propertyType
- net.esper.events.EventPropertyType
type of property