Example #1
0
 public Store()
 {
     Id                    = 0;
     StoreName             = string.Empty;
     Status                = StoreStatus.Active;
     DateCreated           = DateTime.UtcNow;
     PlanId                = 0;
     SubscriptionId        = 0;
     CurrentPlanPercent    = 0;
     CurrentPlanRate       = 0;
     CurrentPlanDayOfMonth = 1;
     Settings              = new StoreSettings(this);
 }
Example #2
0
 public Store()
 {
     Id = 0;
     StoreName = string.Empty;
     Status = StoreStatus.Active;
     DateCreated = DateTime.UtcNow;
     PlanId = 0;
     SubscriptionId = 0;
     CurrentPlanPercent = 0;
     CurrentPlanRate = 0;
     CurrentPlanDayOfMonth = 1;
     Settings = new StoreSettings(this);
 }
Example #3
0
 public StoreSettingsFaceBook(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsGooglePlus(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsPayPal(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsTwitter(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsPayPal(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsFaceBook(StoreSettings s)
 {
     parent = s;
 }
Example #9
0
 public StoreSettingsAcumatica(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsAnalytics(StoreSettings s)
 {
     parent = s;
 }
Example #11
0
 public StoreSettingsGooglePlus(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsMailServer(StoreSettings s)
 {
     this.parent = s;
 }
 public StoreSettingsAcumatica(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsAvalara(StoreSettings s)
 {
     parent = s;
 }
Example #15
0
 public StoreSettingsAnalytics(StoreSettings s)
 {
     parent = s;
 }
 public StoreSettingsMailServer(StoreSettings s)
 {
     this.parent = s;
 }
Example #17
0
 public StoreSettingsTwitter(StoreSettings s)
 {
     parent = s;
 }