/// <summary> /// Deprecated Method for adding a new object to the gmaxlogs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogmaxlogs(gmaxlog gmaxlog) { base.AddObject("gmaxlogs", gmaxlog); }
/// <summary> /// Create a new gmaxlog object. /// </summary> /// <param name="batchName">Initial value of the BatchName property.</param> /// <param name="id">Initial value of the ID property.</param> /// <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="queued">Initial value of the Queued property.</param> /// <param name="stamp">Initial value of the stamp property.</param> /// <param name="successful">Initial value of the Successful property.</param> /// <param name="invoices">Initial value of the Invoices property.</param> /// <param name="creditNotes">Initial value of the CreditNotes property.</param> /// <param name="errors">Initial value of the Errors property.</param> /// <param name="senttoCRS">Initial value of the SenttoCRS property.</param> public static gmaxlog Creategmaxlog(global::System.String batchName, global::System.String id, global::System.DateTime dateRun, global::System.DateTime siftDate, global::System.String fileName, global::System.Int64 fileSize, global::System.Int64 transactions, global::System.Int64 queued, global::System.DateTime stamp, global::System.Int64 successful, global::System.Int64 invoices, global::System.Int64 creditNotes, global::System.Int64 errors, global::System.Int32 senttoCRS) { gmaxlog gmaxlog = new gmaxlog(); gmaxlog.BatchName = batchName; gmaxlog.ID = id; gmaxlog.DateRun = dateRun; gmaxlog.SiftDate = siftDate; gmaxlog.FileName = fileName; gmaxlog.FileSize = fileSize; gmaxlog.Transactions = transactions; gmaxlog.Queued = queued; gmaxlog.stamp = stamp; gmaxlog.Successful = successful; gmaxlog.Invoices = invoices; gmaxlog.CreditNotes = creditNotes; gmaxlog.Errors = errors; gmaxlog.SenttoCRS = senttoCRS; return gmaxlog; }