Example #1
0
 /// <summary>
 /// Create a new Istotnosc object.
 /// </summary>
 /// <param name="idIstotnosc">Initial value of the idIstotnosc property.</param>
 /// <param name="nazwa">Initial value of the nazwa property.</param>
 public static Istotnosc CreateIstotnosc(global::System.Int32 idIstotnosc, global::System.String nazwa)
 {
     Istotnosc istotnosc = new Istotnosc();
     istotnosc.idIstotnosc = idIstotnosc;
     istotnosc.nazwa = nazwa;
     return istotnosc;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Istotnosc EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIstotnosc(Istotnosc istotnosc)
 {
     base.AddObject("Istotnosc", istotnosc);
 }