Ejemplo n.º 1
0
 /// <summary>
 /// Create a new offer object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="accountId">Initial value of the accountId property.</param>
 public static offer Createoffer(global::System.Int64 id, global::System.Int64 accountId)
 {
     offer offer = new offer();
     offer.id = id;
     offer.accountId = accountId;
     return offer;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the offers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTooffers(offer offer)
 {
     base.AddObject("offers", offer);
 }