[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.view.ext
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ propertyName As String, _ isDescending As Boolean, _ size As Integer _ ) |
C# |
---|
public SortWindowView ( string propertyName, bool isDescending, int size ) |
Visual C++ |
---|
public: SortWindowView ( String^ propertyName, bool isDescending, int size ) |
Parameters
- propertyName
- System.String
the property to sort on
- isDescending
- System.Boolean
true if the property should be sorted in descending order
- size
- System.Int32
the number of elements to keep in the sort