Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LagKategori EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLagKategori(LagKategori lagKategori)
 {
     base.AddObject("LagKategori", lagKategori);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new LagKategori object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="navn">Initial value of the Navn property.</param>
 /// <param name="beskrivelse">Initial value of the Beskrivelse property.</param>
 public static LagKategori CreateLagKategori(global::System.Int32 id, global::System.String navn, global::System.String beskrivelse)
 {
     LagKategori lagKategori = new LagKategori();
     lagKategori.Id = id;
     lagKategori.Navn = navn;
     lagKategori.Beskrivelse = beskrivelse;
     return lagKategori;
 }