コード例 #1
0
 public SupplierNotificationSetting(bool load)
 {
     OfferStatus = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     InquiriesAboutTender = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     OperationsOnYourAccount = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     OperationsOnTheTender = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     PurchaseInvoiceNumber = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     TenderRelatedToYourActivity = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     ReceiveTheAmountOfTheBooklet = new NotificationBy()
     {
         Email = true, Mobile = true,
     };;
     EntityCreated();
 }
コード例 #2
0
        public OffersOppeningSecretaryNotificationSetting(NotificationBy operationsOnTheTender)
        {
            OperationsOnTheTender = operationsOnTheTender;


            // InquiriesAboutTender = inquiriesAboutTender;
            EntityCreated();
        }
コード例 #3
0
        public OffersManagerNotificationSeting(
            NotificationBy operationsOnTheTender)
        {
            OperationsOnTheTender = operationsOnTheTender;


            EntityCreated();
        }
コード例 #4
0
 public DefaultNotificationSetting(bool load)
 {
     DefaultNotify = new NotificationBy()
     {
         Email = true, Mobile = true
     };
     EntityCreated();
 }
コード例 #5
0
        public OffersManagerNotificationSeting(bool load)
        {
            OperationsOnTheTender = new NotificationBy()
            {
                Email = true, Mobile = true,
            };

            EntityCreated();
        }
コード例 #6
0
        public OffersOppeningManagerNotificationSetting(NotificationBy operationsNeedToBeAccredited,
                                                        NotificationBy operationsOnTheTender)
        {
            OperationsOnTheTender = operationsOnTheTender;

            OperationsNeedToBeAccredited = operationsNeedToBeAccredited;

            EntityCreated();
        }
コード例 #7
0
        public AuditerNotificationSetting(NotificationBy inquiriesAboutTender, NotificationBy operationsNeedToBeAccredited
                                          , NotificationBy operationsOnTheTender)
        {
            InquiriesAboutTender  = inquiriesAboutTender;
            OperationsOnTheTender = operationsOnTheTender;

            OperationsNeedToBeAccredited = operationsNeedToBeAccredited;

            EntityCreated();
        }
コード例 #8
0
        public DataEntryNotificationSetting(NotificationBy inquiriesAboutTender,
                                            NotificationBy operationsOnTheTender)
        {
            InquiriesAboutTender  = inquiriesAboutTender;
            OperationsOnTheTender = operationsOnTheTender;



            EntityCreated();
        }
コード例 #9
0
        public OffersOppeningSecretaryNotificationSetting(bool load)
        {
            OperationsOnTheTender = new NotificationBy()
            {
                Email = true, Mobile = true,
            };

            //  InquiriesAboutTender= new NotificationBy() { Email = true, Mobile = true, };
            EntityCreated();
        }
コード例 #10
0
 public DataEntryNotificationSetting(bool load)
 {
     OperationsOnTheTender = new NotificationBy()
     {
         Email = true, Mobile = true,
     };
     InquiriesAboutTender = new NotificationBy()
     {
         Email = true, Mobile = true,
     };
     EntityCreated();
 }
コード例 #11
0
        public OffersOppeningManagerNotificationSetting(bool load)
        {
            OperationsOnTheTender = new NotificationBy()
            {
                Email = true, Mobile = true,
            };

            OperationsNeedToBeAccredited = new NotificationBy()
            {
                Email = true, Mobile = true,
            };
            EntityCreated();
        }
コード例 #12
0
        public SupplierNotificationSetting(NotificationBy offerStatus, NotificationBy inquiriesAboutTender, NotificationBy operationsOnYourAccount, NotificationBy purchaseInvoiceNumber,
                                           NotificationBy tenderRelatedToYourActivity, NotificationBy receiveTheAmountOfTheBooklet, NotificationBy operationsOnTheTender)

        {
            OfferStatus             = OfferStatus;
            InquiriesAboutTender    = inquiriesAboutTender;
            OperationsOnYourAccount = operationsOnYourAccount;
            OperationsOnTheTender   = operationsOnTheTender;
            PurchaseInvoiceNumber   = purchaseInvoiceNumber;

            TenderRelatedToYourActivity  = tenderRelatedToYourActivity;
            ReceiveTheAmountOfTheBooklet = receiveTheAmountOfTheBooklet;
            EntityCreated();
        }
コード例 #13
0
        public AuditerNotificationSetting(bool load)
        {
            OperationsOnTheTender = new NotificationBy()
            {
                Email = true, Mobile = true,
            };

            InquiriesAboutTender = new NotificationBy()
            {
                Email = true, Mobile = true,
            };;
            OperationsNeedToBeAccredited = new NotificationBy()
            {
                Email = true, Mobile = true,
            };;
            EntityCreated();
        }