Пример #1
0
 /// <summary>
 /// Create a new Deal object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Deal CreateDeal(global::System.Guid id)
 {
     Deal deal = new Deal();
     deal.Id = id;
     return deal;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Deal EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDeal(Deal deal)
 {
     base.AddObject("Deal", deal);
 }