Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserSettingsInformation" /> class.
 /// </summary>
 /// <param name="AccountManagementGranular">AccountManagementGranular.</param>
 /// <param name="SenderEmailNotifications">SenderEmailNotifications.</param>
 /// <param name="SignerEmailNotifications">SignerEmailNotifications.</param>
 /// <param name="UserSettings">.</param>
 public UserSettingsInformation(UserAccountManagementGranularInformation AccountManagementGranular = default(UserAccountManagementGranularInformation), SenderEmailNotifications SenderEmailNotifications = default(SenderEmailNotifications), SignerEmailNotifications SignerEmailNotifications = default(SignerEmailNotifications), List <NameValue> UserSettings = default(List <NameValue>))
 {
     this.AccountManagementGranular = AccountManagementGranular;
     this.SenderEmailNotifications  = SenderEmailNotifications;
     this.SignerEmailNotifications  = SignerEmailNotifications;
     this.UserSettings = UserSettings;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NotificationDefaultSettings" /> class.
 /// </summary>
 /// <param name="SenderEmailNotifications">SenderEmailNotifications.</param>
 /// <param name="SignerEmailNotifications">SignerEmailNotifications.</param>
 public NotificationDefaultSettings(SenderEmailNotifications SenderEmailNotifications = default(SenderEmailNotifications), SignerEmailNotifications SignerEmailNotifications = default(SignerEmailNotifications))
 {
     this.SenderEmailNotifications = SenderEmailNotifications;
     this.SignerEmailNotifications = SignerEmailNotifications;
 }