예제 #1
0
 /// <summary>
 /// Create a new don_vi object.
 /// </summary>
 /// <param name="ma_dv">Initial value of the ma_dv property.</param>
 public static don_vi Createdon_vi(global::System.String ma_dv)
 {
     don_vi don_vi = new don_vi();
     don_vi.ma_dv = ma_dv;
     return don_vi;
 }
 private bool Filterdon_vi(don_vi entity)
 {
     return (entity.ma_dv == this.id_donvi);
 }
예제 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the don_vi EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodon_vi(don_vi don_vi)
 {
     base.AddObject("don_vi", don_vi);
 }