예제 #1
0
파일: Model1.cs 프로젝트: endlessido/MEDIA
 /// <summary>
 /// Create a new ShopCar object.
 /// </summary>
 /// <param name="carId">Initial value of the CarId property.</param>
 public static ShopCar CreateShopCar(global::System.Int32 carId)
 {
     ShopCar shopCar = new ShopCar();
     shopCar.CarId = carId;
     return shopCar;
 }
예제 #2
0
파일: Model1.cs 프로젝트: endlessido/MEDIA
 /// <summary>
 /// Deprecated Method for adding a new object to the ShopCars EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToShopCars(ShopCar shopCar)
 {
     base.AddObject("ShopCars", shopCar);
 }