private bool FilterVlu_CamNhanNhomParent(Vlu_CamNhanNhom entity)
 {
     return (entity.NhomID == this.ParentID);
 }
 private void DetachVlu_CamNhanNhomChilds(Vlu_CamNhanNhom entity)
 {
     entity.Vlu_CamNhanNhomParent = null;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_CamNhanNhom EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_CamNhanNhom(Vlu_CamNhanNhom vlu_CamNhanNhom)
 {
     base.AddObject("Vlu_CamNhanNhom", vlu_CamNhanNhom);
 }
 private void AttachVlu_CamNhanNhomChilds(Vlu_CamNhanNhom entity)
 {
     entity.Vlu_CamNhanNhomParent = this;
 }
 /// <summary>
 /// Create a new Vlu_CamNhanNhom object.
 /// </summary>
 /// <param name="nhomID">Initial value of the NhomID property.</param>
 /// <param name="tenNhom">Initial value of the TenNhom property.</param>
 /// <param name="sapXep">Initial value of the SapXep property.</param>
 /// <param name="hienThi">Initial value of the HienThi property.</param>
 /// <param name="duyet">Initial value of the Duyet property.</param>
 public static Vlu_CamNhanNhom CreateVlu_CamNhanNhom(global::System.Int32 nhomID, global::System.String tenNhom, global::System.Int32 sapXep, global::System.Boolean hienThi, global::System.Boolean duyet)
 {
     Vlu_CamNhanNhom vlu_CamNhanNhom = new Vlu_CamNhanNhom();
     vlu_CamNhanNhom.NhomID = nhomID;
     vlu_CamNhanNhom.TenNhom = tenNhom;
     vlu_CamNhanNhom.SapXep = sapXep;
     vlu_CamNhanNhom.HienThi = hienThi;
     vlu_CamNhanNhom.Duyet = duyet;
     return vlu_CamNhanNhom;
 }