Exemplo n.º 1
0
 /// <summary>
 /// Create a new HandlingUnit object.
 /// </summary>
 /// <param name="handlingUnitID">Initial value of the HandlingUnitID property.</param>
 public static HandlingUnit CreateHandlingUnit(global::System.Int32 handlingUnitID)
 {
     HandlingUnit handlingUnit = new HandlingUnit();
     handlingUnit.HandlingUnitID = handlingUnitID;
     return handlingUnit;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HandlingUnits EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHandlingUnits(HandlingUnit handlingUnit)
 {
     base.AddObject("HandlingUnits", handlingUnit);
 }