コード例 #1
0
ファイル: COAT.Designer.cs プロジェクト: MyRSG/COAT
 /// <summary>
 /// Deprecated Method for adding a new object to the ExcutivedDeals EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExcutivedDeals(ExcutivedDeal excutivedDeal)
 {
     base.AddObject("ExcutivedDeals", excutivedDeal);
 }
コード例 #2
0
ファイル: COAT.Designer.cs プロジェクト: MyRSG/COAT
 /// <summary>
 /// Create a new ExcutivedDeal object.
 /// </summary>
 /// <param name="dealId">Initial value of the DealId property.</param>
 public static ExcutivedDeal CreateExcutivedDeal(global::System.String dealId)
 {
     ExcutivedDeal excutivedDeal = new ExcutivedDeal();
     excutivedDeal.DealId = dealId;
     return excutivedDeal;
 }