/// <summary> /// Create a new CaseInvoice object. /// </summary> /// <param name="caseInvoiceID">Initial value of the CaseInvoiceID property.</param> public static CaseInvoice CreateCaseInvoice(global::System.Int32 caseInvoiceID) { CaseInvoice caseInvoice = new CaseInvoice(); caseInvoice.CaseInvoiceID = caseInvoiceID; return caseInvoice; }
/// <summary> /// Deprecated Method for adding a new object to the CaseInvoices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCaseInvoices(CaseInvoice caseInvoice) { base.AddObject("CaseInvoices", caseInvoice); }