예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Sarj EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSarj(Sarj sarj)
 {
     base.AddObject("Sarj", sarj);
 }
예제 #2
0
 /// <summary>
 /// Create a new Sarj object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="no">Initial value of the No property.</param>
 /// <param name="hamMalzemeId">Initial value of the HamMalzemeId property.</param>
 public static Sarj CreateSarj(global::System.Int32 id, global::System.String no, global::System.Int32 hamMalzemeId)
 {
     Sarj sarj = new Sarj();
     sarj.Id = id;
     sarj.No = no;
     sarj.HamMalzemeId = hamMalzemeId;
     return sarj;
 }