예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ABi_Plant EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToABi_Plant(ABi_Plant aBi_Plant)
 {
     base.AddObject("ABi_Plant", aBi_Plant);
 }
예제 #2
0
 /// <summary>
 /// Create a new ABi_Plant object.
 /// </summary>
 /// <param name="aBi_Plant_ID">Initial value of the ABi_Plant_ID property.</param>
 /// <param name="plantCode">Initial value of the PlantCode property.</param>
 public static ABi_Plant CreateABi_Plant(global::System.Int32 aBi_Plant_ID, global::System.String plantCode)
 {
     ABi_Plant aBi_Plant = new ABi_Plant();
     aBi_Plant.ABi_Plant_ID = aBi_Plant_ID;
     aBi_Plant.PlantCode = plantCode;
     return aBi_Plant;
 }