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