Exemple #1
0
 /// <summary>
 /// Create a new Tv_ProductTransfer object.
 /// </summary>
 /// <param name="productTranferID">Initial value of the ProductTranferID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fromServicePointId">Initial value of the FromServicePointId property.</param>
 /// <param name="transferDate">Initial value of the TransferDate property.</param>
 /// <param name="fromUserId">Initial value of the FromUserId property.</param>
 /// <param name="toServicePointId">Initial value of the ToServicePointId property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="updatedBy">Initial value of the UpdatedBy property.</param>
 /// <param name="updatedDate">Initial value of the UpdatedDate property.</param>
 public static Tv_ProductTransfer CreateTv_ProductTransfer(global::System.Int64 productTranferID, global::System.Int64 id, global::System.Int32 fromServicePointId, global::System.DateTime transferDate, global::System.Int32 fromUserId, global::System.Int32 toServicePointId, global::System.String status, global::System.Int32 updatedBy, global::System.DateTime updatedDate)
 {
     Tv_ProductTransfer tv_ProductTransfer = new Tv_ProductTransfer();
     tv_ProductTransfer.ProductTranferID = productTranferID;
     tv_ProductTransfer.ID = id;
     tv_ProductTransfer.FromServicePointId = fromServicePointId;
     tv_ProductTransfer.TransferDate = transferDate;
     tv_ProductTransfer.FromUserId = fromUserId;
     tv_ProductTransfer.ToServicePointId = toServicePointId;
     tv_ProductTransfer.Status = status;
     tv_ProductTransfer.UpdatedBy = updatedBy;
     tv_ProductTransfer.UpdatedDate = updatedDate;
     return tv_ProductTransfer;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Tv_ProductTransfer EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTv_ProductTransfer(Tv_ProductTransfer tv_ProductTransfer)
 {
     base.AddObject("Tv_ProductTransfer", tv_ProductTransfer);
 }