Class BusinessRuleAction
Action to be performed by a business rule
Inheritance
BusinessRuleAction
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 BusinessRuleAction
Properties
Language specific action description.
Declaration
[JsonProperty("description", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Description { get; set; }
Property Value
Language specific action names.
Declaration
[JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Names { get; set; }
Property Value
Optional trace log reference ID set by the system when EnableTracing is set to true on the associated rule.
Declaration
[JsonProperty("traceRefId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TraceRefId { get; set; }
Property Value
Methods
Declaration
public static BusinessRuleAction FromJson(string data)
Parameters
Returns