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