FilterExpression(string, FilterOperator, object?, string?, bool) constructor¶
Defined in
Type: FilterExpression
Namespace: CrissCross
Assembly: CrissCross.dll
Applies to
net10.0, net10.0-windows10.0.19041, net10.0-desktop1.0, net10.0-browserwasm1.0, net9.0, net9.0-windows10.0.19041, net9.0-desktop1.0, net9.0-browserwasm1.0, net8.0, net8.0-macos14.5, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-tvos17.2, netstandard2.1, net471, net481
public FilterExpression(string fieldKey, FilterOperator @operator, object? value, string? displayName = null, bool isEnabled = true)
Summary: Represents a concrete field/operator/value filter expression.
Parameters
| Name | Type | Description |
|---|---|---|
fieldKey | string | The stable field key. |
operator | [FilterOperator](# | The comparison operator. |
value | object? | The comparison value. |
displayName = null | string? | The optional field display name override. |
isEnabled = true | bool | A value indicating whether the expression participates in filtering. |
Remarks
Initializes a new instance of the FilterExpression class.