/// <summary>
 /// Create a new AccountingTotal object.
 /// </summary>
 /// <param name="docID">Initial value of the docID property.</param>
 /// <param name="tYPE">Initial value of the TYPE property.</param>
 public static AccountingTotal CreateAccountingTotal(global::System.Int32 docID, global::System.String tYPE)
 {
     AccountingTotal accountingTotal = new AccountingTotal();
     accountingTotal.docID = docID;
     accountingTotal.TYPE = tYPE;
     return accountingTotal;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AccountingTotals EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAccountingTotals(AccountingTotal accountingTotal)
 {
     base.AddObject("AccountingTotals", accountingTotal);
 }