Class BusinessRuleTracedAction
Detailed trace for business rule action
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BusinessRuleTracedAction
Properties
DocumentModified
Indicates if the action modified the document
Declaration
[JsonProperty("documentModified", Required = Required.Always)]
public bool DocumentModified { get; set; }
Property Value
Text
Additional information provided by the trace
Declaration
[JsonProperty("text", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Text { get; set; }
Property Value
TraceRefId
Trace reference ID of action
Declaration
[JsonProperty("traceRefId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TraceRefId { get; set; }
Property Value
Methods
FromJson(string)
Declaration
public static BusinessRuleTracedAction FromJson(string data)
Parameters
string data |