/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the SemiFinishedMaterialInventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSemiFinishedMaterialInventories(SemiFinishedMaterialInventory semiFinishedMaterialInventory) { base.AddObject("SemiFinishedMaterialInventories", semiFinishedMaterialInventory); }