Class NotificationDetailBusinessRule
Inheritance
NotificationDetailBusinessRule
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NotificationDetailBusinessRule : NotificationDetailBase
Properties
Id of collection, if created
Declaration
[JsonProperty("collectionId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CollectionId { get; set; }
Property Value
Message of the notification
Declaration
[JsonProperty("message", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Message { get; set; }
Property Value
Id of BusinessRule notification configuration
Declaration
[JsonProperty("notificationId", Required = Required.Always)]
[Required]
public string NotificationId { 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 NotificationDetailBusinessRule FromJson(string data)
Parameters
Returns