/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the offers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTooffers(offer offer) { base.AddObject("offers", offer); }