Class BusinessRule
Namespace: System.Dynamic.ExpandoObject
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class BusinessRule
Properties
Language specific rule description.
Declaration
[JsonProperty("description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Description { get; set; }
Property Value
Enable trace logs for this rule.
Declaration
[JsonProperty("enableTracing", Required = Required.Always)]
public bool EnableTracing { get; set; }
Property Value
User defined ID of the rule.
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public string Id { get; set; }
Property Value
Declaration
[JsonProperty("isEnabled", Required = Required.Always)]
public bool IsEnabled { get; set; }
Property Value
Language specific rule names.
Declaration
[JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Names { get; set; }
Property Value
Declaration
[JsonProperty("triggerPoints", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<BusinessRuleTriggerPoint> TriggerPoints { get; set; }
Property Value
Methods
Declaration
public static BusinessRule FromJson(string data)
Parameters
Returns