コード例 #1
0
ファイル: EduNuke1.Designer.cs プロジェクト: MSAS/edunuke
 /// <summary>
 /// Deprecated Method for adding a new object to the Vehicles1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVehicles1(Vehicle vehicle)
 {
     base.AddObject("Vehicles1", vehicle);
 }
コード例 #2
0
ファイル: EduNuke1.Designer.cs プロジェクト: MSAS/edunuke
 /// <summary>
 /// Create a new Vehicle object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Vehicle CreateVehicle(global::System.Int32 id)
 {
     Vehicle vehicle = new Vehicle();
     vehicle.Id = id;
     return vehicle;
 }