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