Class BusinessRuleTriggerPoint
Represents a trigger point for a business rule
Inheritance
BusinessRuleTriggerPoint
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BusinessRuleTriggerPoint
Properties
Declaration
[JsonProperty("action", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public BusinessRuleTriggerAction Action { get; set; }
Property Value
Declaration
[JsonProperty("documentType", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public BusinessRuleTriggerDocType DocumentType { get; set; }
Property Value
Declaration
[JsonProperty("executionScope", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public BusinessRuleExecutionScope ExecutionScope { get; set; }
Property Value
Methods
Declaration
public static BusinessRuleTriggerPoint FromJson(string data)
Parameters
Returns