Example #1
0
 /// <summary>
 /// Create a new SemiFinishedMaterialInventory object.
 /// </summary>
 /// <param name="internalCode">Initial value of the InternalCode property.</param>
 /// <param name="count">Initial value of the Count property.</param>
 public static SemiFinishedMaterialInventory CreateSemiFinishedMaterialInventory(global::System.String internalCode, global::System.Int32 count)
 {
     SemiFinishedMaterialInventory semiFinishedMaterialInventory = new SemiFinishedMaterialInventory();
     semiFinishedMaterialInventory.InternalCode = internalCode;
     semiFinishedMaterialInventory.Count = count;
     return semiFinishedMaterialInventory;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SemiFinishedMaterialInventories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSemiFinishedMaterialInventories(SemiFinishedMaterialInventory semiFinishedMaterialInventory)
 {
     base.AddObject("SemiFinishedMaterialInventories", semiFinishedMaterialInventory);
 }