Class FieldValueChangedCondition
Matches when a field matching the field path string (JSON path) changes to the expected value.
Inheritance
FieldValueChangedCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldValueChangedCondition : BusinessRuleCondition
Properties
Expected value for the field to have to satisfy the condition
Declaration
[JsonProperty("expectedValue", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public object ExpectedValue { get; set; }
Property Value
Declaration
[JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
Property Value
Methods
Declaration
public static FieldValueChangedCondition FromJson(string data)
Parameters
Returns