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