Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Confirmations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfirmations(Confirmation confirmation)
 {
     base.AddObject("Confirmations", confirmation);
 }
Example #2
0
 /// <summary>
 /// Create a new Confirmation object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Confirmation CreateConfirmation(global::System.Int32 id)
 {
     Confirmation confirmation = new Confirmation();
     confirmation.Id = id;
     return confirmation;
 }
Example #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Confirmations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToConfirmations(Confirmation confirmation)
 {
     base.AddObject("Confirmations", confirmation);
 }