Class NotificationBags
Represent the bag notification, with the parameters and the contacts
Inheritance
System.Object
NotificationBags
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class NotificationBags
Properties
Contacts
Declaration
public List<ExceptionNotificationContact> Contacts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ExceptionNotificationContact> |
Parameters
Declaration
public NotificationParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
NotificationParameters |