Esempio n. 1
0
 public Types()
 {
     this.OrmContext = new DataOrmContext {
         Create   = "Products.TypesCreate"
         , Read   = "Products.TypesGet"
         , Update = "Products.TypesUpdate"
         , Delete = "Products.TypesDelete"
     };
 }
Esempio n. 2
0
 public Pairings()
 {
     this.OrmContext = new DataOrmContext {
         Create   = "Products.PairingsCreate"
         , Read   = "Products.PairingsGet"
         , Update = "Products.PairingsUpdate"
         , Delete = "Products.PairingsDelete"
     };
 }
Esempio n. 3
0
 public Ingredients()
 {
     this.OrmContext = new DataOrmContext {
         Create   = "Products.IngredientsCreate"
         , Read   = "Products.IngredientsGet"
         , Update = "Products.IngredientsUpdate"
         , Delete = "Products.IngredientsDelete"
     };
 }
Esempio n. 4
0
 public Proximity()
 {
     this.OrmContext = new DataOrmContext {
         Create   = "Products.ProximityCreate"
         , Read   = "Products.ProximityGet"
         , Update = "Products.ProximityUpdate"
         , Delete = "Products.ProximityDelete"
     };
 }
Esempio n. 5
0
 public Catagory()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Products.CatagoryCreate"
              , Read   = "Products.CatagoryGet"
              , Update = "Products.CatagoryUpdate"
              , Delete = "Products.CatagoryDelete"
         };
 }
Esempio n. 6
0
 public Customer()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Profile.CustomerCreate"
              , Read   = "Profile.CustomerGet"
              , Update = "Profile.CustomerUpdate"
              , Delete = "Profile.CustomerDelete"
         };
 }
Esempio n. 7
0
 public Special()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Advertising.SpecialCreate"
              , Read   = "Advertising.SpecialGet"
              , Update = "Advertising.SpecialUpdate"
              , Delete = "Advertising.SpecialDelete"
         };
 }
Esempio n. 8
0
 public Line()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Products.LineCreate"
              , Read   = "Products.LineGet"
              , Update = "Products.LineUpdate"
              , Delete = "Products.LineDelete"
         };
 }
Esempio n. 9
0
 public Item()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Products.ItemCreate"
              , Read   = "Products.ItemGet"
              , Update = "Products.ItemUpdate"
              , Delete = "Products.ItemDelete"
         };
 }
Esempio n. 10
0
 public FeatureSet()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Products.FeatureSetCreate"
              , Read   = "Products.FeatureSetGet"
              , Update = "Products.FeatureSetUpdate"
              , Delete = "Products.FeatureSetDelete"
         };
 }
Esempio n. 11
0
 public ELMAH_Error()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "dbo.ELMAH_ErrorCreate"
              , Read   = "dbo.ELMAH_ErrorGet"
              , Update = "dbo.ELMAH_ErrorUpdate"
              , Delete = "dbo.ELMAH_ErrorDelete"
         };
 }
Esempio n. 12
0
 public Shipped()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Orders.ShippedCreate"
              , Read   = "Orders.ShippedGet"
              , Update = "Orders.ShippedUpdate"
              , Delete = "Orders.ShippedDelete"
         };
 }
Esempio n. 13
0
 public ShipTo()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Orders.ShipToCreate"
              , Read   = "Orders.ShipToGet"
              , Update = "Orders.ShipToUpdate"
              , Delete = "Orders.ShipToDelete"
         };
 }
Esempio n. 14
0
 public Payment()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Orders.PaymentCreate"
              , Read   = "Orders.PaymentGet"
              , Update = "Orders.PaymentUpdate"
              , Delete = "Orders.PaymentDelete"
         };
 }
Esempio n. 15
0
 public OrderDetail()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Orders.OrderDetailCreate"
              , Read   = "Orders.OrderDetailGet"
              , Update = "Orders.OrderDetailUpdate"
              , Delete = "Orders.OrderDetailDelete"
         };
 }
Esempio n. 16
0
 public Order()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Orders.OrderCreate"
              , Read   = "Orders.OrderGet"
              , Update = "Orders.OrderUpdate"
              , Delete = "Orders.OrderDelete"
         };
 }
Esempio n. 17
0
 public Stock()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Inventory.StockCreate"
              , Read   = "Inventory.StockGet"
              , Update = "Inventory.StockUpdate"
              , Delete = "Inventory.StockDelete"
         };
 }
Esempio n. 18
0
 public Replacement()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Inventory.ReplacementCreate"
              , Read   = "Inventory.ReplacementGet"
              , Update = "Inventory.ReplacementUpdate"
              , Delete = "Inventory.ReplacementDelete"
         };
 }
Esempio n. 19
0
 public Feature()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Products.FeatureCreate"
              , Read   = "Products.FeatureGet"
              , Update = "Products.FeatureUpdate"
              , Delete = "Products.FeatureDelete"
         };
 }
Esempio n. 20
0
 public SpecialCatagory()
 {
     this.OrmContext = new DataOrmContext {
             Create    = "Advertising.SpecialCatagoryCreate"
              , Read   = "Advertising.SpecialCatagoryGet"
              , Update = "Advertising.SpecialCatagoryUpdate"
              , Delete = "Advertising.SpecialCatagoryDelete"
         };
 }