Exemplo n.º 1
0
 /// <summary>
 /// Create a new khoi object.
 /// </summary>
 /// <param name="ma_khoi">Initial value of the ma_khoi property.</param>
 public static khoi Createkhoi(global::System.String ma_khoi)
 {
     khoi khoi = new khoi();
     khoi.ma_khoi = ma_khoi;
     return khoi;
 }
 private bool Filterkhoi(khoi entity)
 {
     return (entity.ma_khoi == this.ma_khoi);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the khois EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTokhois(khoi khoi)
 {
     base.AddObject("khois", khoi);
 }