예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Rechtes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRechtes(Rechte rechte)
 {
     base.AddObject("Rechtes", rechte);
 }
예제 #2
0
 /// <summary>
 /// Create a new Rechte object.
 /// </summary>
 /// <param name="rechteID">Initial value of the RechteID property.</param>
 public static Rechte CreateRechte(global::System.Int32 rechteID)
 {
     Rechte rechte = new Rechte();
     rechte.RechteID = rechteID;
     return rechte;
 }