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