Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PolicyQuotaLifecycleItem" /> class.
 /// </summary>
 /// <param name="option">option.</param>
 /// <param name="size">size.</param>
 /// <param name="isNotifyEnabled">isNotifyEnabled.</param>
 /// <param name="notifyUser">notifyUser.</param>
 /// <param name="notifyTemplate">notifyTemplate.</param>
 /// <param name="isEnabled">isEnabled.</param>
 /// <param name="isDefaultProcess">isDefaultProcess.</param>
 /// <param name="processId">processId.</param>
 public PolicyQuotaLifecycleItem(QuotaOption option = default(QuotaOption), int size = default(int), bool isNotifyEnabled = default(bool), string notifyUser = default(string), Guid notifyTemplate = default(Guid), bool isEnabled = default(bool), bool isDefaultProcess = default(bool), Guid processId = default(Guid))
 {
     this.Option           = option;
     this.Size             = size;
     this.IsNotifyEnabled  = isNotifyEnabled;
     this.NotifyUser       = notifyUser;
     this.NotifyTemplate   = notifyTemplate;
     this.IsEnabled        = isEnabled;
     this.IsDefaultProcess = isDefaultProcess;
     this.ProcessId        = processId;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SiteQuotaLifecycleItem" /> class.
 /// </summary>
 /// <param name="option">option.</param>
 /// <param name="size">size.</param>
 public SiteQuotaLifecycleItem(QuotaOption option = default(QuotaOption), int size = default(int))
 {
     this.Option = option;
     this.Size   = size;
 }