[]
Initializes a new instance of the Top10FilterItem class.
protected Top10FilterItem(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |
Creates a new Top10Filter instance with customized settings.
public Top10FilterItem(bool descending, int number, bool isPercent)
Public Sub New(descending As Boolean, number As Integer, isPercent As Boolean)
Type | Name | Description |
---|---|---|
bool | descending | A boolean value that indicates whether items are filtered in descending order |
int | number | An integer value that indicates the minimum number of items to be filtered |
bool | isPercent | A boolean value that indicates whether items are filtered by percentage or item |