/// <summary> /// Deprecated Method for adding a new object to the gmaxes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogmaxes(gmax gmax) { base.AddObject("gmaxes", gmax); }
/// <summary> /// Create a new gmax object. /// </summary> /// <param name="dateRun">Initial value of the DateRun property.</param> /// <param name="siftDate">Initial value of the SiftDate property.</param> /// <param name="fileName">Initial value of the FileName property.</param> /// <param name="fileSize">Initial value of the FileSize property.</param> /// <param name="transactions">Initial value of the Transactions property.</param> /// <param name="stamp">Initial value of the stamp property.</param> /// <param name="successful">Initial value of the Successful property.</param> /// <param name="sent">Initial value of the Sent property.</param> /// <param name="creditNotes">Initial value of the CreditNotes property.</param> /// <param name="errors">Initial value of the Errors property.</param> /// <param name="id">Initial value of the ID property.</param> public static gmax Creategmax(global::System.DateTime dateRun, global::System.DateTime siftDate, global::System.String fileName, global::System.Int64 fileSize, global::System.Int64 transactions, global::System.DateTime stamp, global::System.Int64 successful, global::System.Int64 sent, global::System.Int64 creditNotes, global::System.Int64 errors, global::System.Int32 id) { gmax gmax = new gmax(); gmax.DateRun = dateRun; gmax.SiftDate = siftDate; gmax.FileName = fileName; gmax.FileSize = fileSize; gmax.Transactions = transactions; gmax.stamp = stamp; gmax.Successful = successful; gmax.Sent = sent; gmax.CreditNotes = creditNotes; gmax.Errors = errors; gmax.ID = id; return gmax; }