Beispiel #1
0
        public CustomerModel()
        {
            AvailableTimeZones = new List <SelectListItem>();
            SendEmail          = new SendEmailModel()
            {
                SendImmediately = true
            };
            SendPm = new SendPmModel();

            SelectedCustomerRoleIds = new List <int>();
            AvailableCustomerRoles  = new List <SelectListItem>();

            AvailableCountries = new List <SelectListItem>();
            AvailableStates    = new List <SelectListItem>();
            AvailableVendors   = new List <SelectListItem>();
            CustomerAttributes = new List <CustomerAttributeModel>();
            AvailableNewsletterSubscriptionStores  = new List <SelectListItem>();
            SelectedNewsletterSubscriptionStoreIds = new List <int>();
            AddRewardPoints = new AddRewardPointsToCustomerModel();
            CustomerRewardPointsSearchModel                  = new CustomerRewardPointsSearchModel();
            CustomerAddressSearchModel                       = new CustomerAddressSearchModel();
            CustomerOrderSearchModel                         = new CustomerOrderSearchModel();
            CustomerShoppingCartSearchModel                  = new CustomerShoppingCartSearchModel();
            CustomerActivityLogSearchModel                   = new CustomerActivityLogSearchModel();
            CustomerBackInStockSubscriptionSearchModel       = new CustomerBackInStockSubscriptionSearchModel();
            CustomerAssociatedExternalAuthRecordsSearchModel = new CustomerAssociatedExternalAuthRecordsSearchModel();
            CustomerVendorsModel = new List <CustomerVendorModel>();
        }
Beispiel #2
0
 public CustomerModel()
 {
     AvailableTimeZones            = new List <SelectListItem>();
     SendEmail                     = new SendEmailModel();
     SendPm                        = new SendPmModel();
     AssociatedExternalAuthRecords = new List <AssociatedExternalAuthModel>();
     AvailableCountries            = new List <SelectListItem>();
     AvailableStates               = new List <SelectListItem>();
 }
Beispiel #3
0
 public CustomerModel()
 {
     AvailableTimeZones = new List<SelectListItem>();
     SendEmail = new SendEmailModel();
     SendPm = new SendPmModel();
     AssociatedExternalAuthRecords = new List<AssociatedExternalAuthModel>();
     AvailableCountries = new List<SelectListItem>();
     AvailableStates = new List<SelectListItem>();
 }
Beispiel #4
0
 public CustomerModel()
 {
     AvailableTimeZones                    = new List <SelectListItem>();
     SendEmail                             = new SendEmailModel();
     SendPm                                = new SendPmModel();
     AvailableCustomerRoles                = new List <CustomerRoleModel>();
     AssociatedExternalAuthRecords         = new List <AssociatedExternalAuthModel>();
     AvailableCountries                    = new List <SelectListItem>();
     AvailableStates                       = new List <SelectListItem>();
     AvailableVendors                      = new List <SelectListItem>();
     CustomerAttributes                    = new List <CustomerAttributeModel>();
     AvailableNewsletterSubscriptionStores = new List <StoreModel>();
 }
Beispiel #5
0
 public CustomerModel()
 {
     AvailableTimeZones = new List <SelectListItem>();
     SendEmail          = new SendEmailModel()
     {
         SendImmediately = true
     };
     SendPm = new SendPmModel();
     AvailableCustomerRoles        = new List <CustomerRoleModel>();
     AssociatedExternalAuthRecords = new List <AssociatedExternalAuthModel>();
     AvailableCountries            = new List <SelectListItem>();
     AvailableStates         = new List <SelectListItem>();
     AvailableVendors        = new List <SelectListItem>();
     AvailableStores         = new List <SelectListItem>();
     AvailableSalesEmployees = new List <SelectListItem>();
     CustomerAttributes      = new List <CustomerAttributeModel>();
     AvailableNewsletterSubscriptionStores = new List <StoreModel>();
     RewardPointsAvailableStores           = new List <SelectListItem>();
     Attributes = new List <CustomAttribute>();
 }