enum FilterNodeType : Enum<FilterNodeType>
| Member | Description |
|---|---|
NOT |
A filter node that represents a logical NOT operation.
|
AND |
A filter node that represents a logical AND operation.
|
OR |
A filter node that represents a logical OR operation.
|
FILTER |
A filter node that represents a filter operation.
|