Class BusinessRuleNotification
Configuration for a notification sent by ProduceNotificationAction.
Inheritance
BusinessRuleNotification
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BusinessRuleNotification
Properties
Indicates if a collection of the items affected should be created.
Declaration
[JsonProperty("createCollection", Required = Required.Always)]
public bool CreateCollection { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public string Id { get; set; }
Property Value
Message of the notification.
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Message { get; set; }
Property Value
Name of the template to use when converting the notification to an item in the email notifications.
Declaration
[JsonProperty("templateName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TemplateName { get; set; }
Property Value
Title of the notification.
Declaration
[JsonProperty("title", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Title { get; set; }
Property Value
Methods
Declaration
public static BusinessRuleNotification FromJson(string data)
Parameters
Returns