Class NumberCompareCondition
Inheritance
NumberCompareCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NumberCompareCondition : BusinessRuleCondition
Properties
Declaration
[JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
Property Value
Mode to use for comparison.
Declaration
[JsonProperty("mode", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public BusinessRuleNumberCompareConditionMode Mode { get; set; }
Property Value
Declaration
[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Value { get; set; }
Property Value
Methods
Declaration
public static NumberCompareCondition FromJson(string data)
Parameters
Returns