/// <summary>
 /// Create a new TempTransfer object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowNumber">Initial value of the RowNumber property.</param>
 /// <param name="colIndex">Initial value of the ColIndex property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 public static TempTransfer CreateTempTransfer(global::System.Int32 id, global::System.Int64 rowNumber, global::System.Int32 colIndex, global::System.String value)
 {
     TempTransfer tempTransfer = new TempTransfer();
     tempTransfer.Id = id;
     tempTransfer.RowNumber = rowNumber;
     tempTransfer.ColIndex = colIndex;
     tempTransfer.Value = value;
     return tempTransfer;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TempTransfers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTempTransfers(TempTransfer tempTransfer)
 {
     base.AddObject("TempTransfers", tempTransfer);
 }