[]
Initializes a new instance of the CustomFilterCriteria struct.
public CustomFilterCriteria(CustomFilterOperator op, CalcError value)
Public Sub New(op As CustomFilterOperator, value As CalcError)
| Type | Name | Description |
|---|---|---|
| CustomFilterOperator | op | A CustomFilterOperator value that indicates the operator of the filter criteria. |
| CalcError | value | A CalcError value indictes the filtered value. |
Initializes a new instance of the CustomFilterCriteria struct.
public CustomFilterCriteria(CustomFilterOperator op, DateTime value)
Public Sub New(op As CustomFilterOperator, value As Date)
| Type | Name | Description |
|---|---|---|
| CustomFilterOperator | op | A CustomFilterOperator value that indicates the operator of the filter criteria. |
| DateTime | value | A DateTime value indictes the filtered value. |
Initializes a new instance of the CustomFilterCriteria struct.
public CustomFilterCriteria(CustomFilterOperator op, double value)
Public Sub New(op As CustomFilterOperator, value As Double)
| Type | Name | Description |
|---|---|---|
| CustomFilterOperator | op | A CustomFilterOperator value that indicates the operator of the filter criteria. |
| double | value | A double value indictes the filtered value. |
Initializes a new instance of the CustomFilterCriteria struct.
public CustomFilterCriteria(CustomFilterOperator op, bool value)
Public Sub New(op As CustomFilterOperator, value As Boolean)
| Type | Name | Description |
|---|---|---|
| CustomFilterOperator | op | A CustomFilterOperator value that indicates the operator of the filter criteria. |
| bool | value | A double value indictes the filtered value. |
Initializes a new instance of the CustomFilterCriteria struct.
public CustomFilterCriteria(CustomFilterOperator op, string value)
Public Sub New(op As CustomFilterOperator, value As String)
| Type | Name | Description |
|---|---|---|
| CustomFilterOperator | op | A CustomFilterOperator value that indicates the operator of the filter criteria. |
| string | value | A string value indictes the filtered value. |