Exemplo n.º 1
0
 /// <summary>
 /// Create a new SalesShipType object.
 /// </summary>
 /// <param name="setid">Initial value of the Setid property.</param>
 /// <param name="typeID">Initial value of the TypeID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="descrShort">Initial value of the DescrShort property.</param>
 /// <param name="shipOutFlag">Initial value of the ShipOutFlag property.</param>
 public static SalesShipType CreateSalesShipType(global::System.String setid, global::System.String typeID, global::System.String description, global::System.String descrShort, global::System.String shipOutFlag)
 {
     SalesShipType salesShipType = new SalesShipType();
     salesShipType.Setid = setid;
     salesShipType.TypeID = typeID;
     salesShipType.Description = description;
     salesShipType.DescrShort = descrShort;
     salesShipType.ShipOutFlag = shipOutFlag;
     return salesShipType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SalesShipTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSalesShipTypes(SalesShipType salesShipType)
 {
     base.AddObject("SalesShipTypes", salesShipType);
 }