コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DebtCollections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDebtCollections(DebtCollection debtCollection)
 {
     base.AddObject("DebtCollections", debtCollection);
 }