Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Saueflokk EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSaueflokk(Saueflokk saueflokk)
 {
     base.AddObject("Saueflokk", saueflokk);
 }
Пример #2
0
 /// <summary>
 /// Create a new Saueflokk object.
 /// </summary>
 /// <param name="flokkID">Initial value of the flokkID property.</param>
 /// <param name="bondeID">Initial value of the bondeID property.</param>
 /// <param name="antall">Initial value of the antall property.</param>
 public static Saueflokk CreateSaueflokk(global::System.Int32 flokkID, global::System.Int32 bondeID, global::System.Int32 antall)
 {
     Saueflokk saueflokk = new Saueflokk();
     saueflokk.flokkID = flokkID;
     saueflokk.bondeID = bondeID;
     saueflokk.antall = antall;
     return saueflokk;
 }