Class SelectedCondition
Represents selected condition in condition builder.
public class SelectedCondition
- Inheritance
-
objectSelectedCondition
- Extension Methods
Properties
MacroRuleName
Macro rule code name.
public string MacroRuleName { get; set; }
Property Value
- string
Value
Selected values of macro rule parameters.
public Dictionary<string, JsonElement> Value { get; set; }
Property Value
- Dictionary<string, JsonElement>