/// <summary> /// Create a new Accounting object. /// </summary> /// <param name="caseID">Initial value of the CaseID property.</param> public static Accounting CreateAccounting(global::System.Int32 caseID) { Accounting accounting = new Accounting(); accounting.CaseID = caseID; return accounting; }
/// <summary> /// Deprecated Method for adding a new object to the Accountings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAccountings(Accounting accounting) { base.AddObject("Accountings", accounting); }