Click or drag to resize
Grid Solutions Framework

FilterOperation Enumeration

Represents the target operation type for a filter.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.181-beta
Syntax
public enum FilterOperation
Members
Member nameValueDescription
RemoveWhenTrue0 Defines filter operation that removes measurements from processing when expression evaluates to true.
ValueAugmentation1 Defines filter operation that changes measurement values based on expression evaluation.
See Also