Table of Contents

Enum ExpressionOperatorCategory

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

Broad grouping of a computed-value ExpressionOperator, for UI palettes.

public enum ExpressionOperatorCategory

Fields

Arithmetic = 0

Numeric arithmetic (add, subtract, multiply, divide, modulo, negate).

Text = 1

String building (concat).

NullHandling = 2

Null handling (coalesce).

Collection = 3

Collections (count).