Class TagboxItemsChangedCondition
Matches whenever the assigned item(s) in a tagbox changed.
Inheritance
TagboxItemsChangedCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TagboxItemsChangedCondition : BusinessRuleCondition
Properties
Declaration
[JsonProperty("fieldPath", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FieldPath { get; set; }
Property Value
Methods
Declaration
public static TagboxItemsChangedCondition FromJson(string data)
Parameters
Returns