private bool FilterVlu_ChuyenMuc(Vlu_ChuyenMuc entity)
 {
     return (entity.ChuyenMucID == this.ChuyenMucID);
 }
 private bool FilterVlu_ChuyenMucChilds(Vlu_ChuyenMuc entity)
 {
     return (entity.ParentID == this.ChuyenMucID);
 }
 private void DetachVlu_ChuyenMucChilds(Vlu_ChuyenMuc entity)
 {
     entity.Vlu_ChuyenMucParent = null;
 }
 private void AttachVlu_ChuyenMucChilds(Vlu_ChuyenMuc entity)
 {
     entity.Vlu_ChuyenMucParent = this;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_ChuyenMuc EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_ChuyenMuc(Vlu_ChuyenMuc vlu_ChuyenMuc)
 {
     base.AddObject("Vlu_ChuyenMuc", vlu_ChuyenMuc);
 }
 /// <summary>
 /// Create a new Vlu_ChuyenMuc object.
 /// </summary>
 /// <param name="portalID">Initial value of the PortalID property.</param>
 /// <param name="parentID">Initial value of the ParentID property.</param>
 /// <param name="chuyenMucID">Initial value of the ChuyenMucID property.</param>
 /// <param name="tenChuyenMuc">Initial value of the TenChuyenMuc property.</param>
 /// <param name="nhomNguoiDung">Initial value of the NhomNguoiDung property.</param>
 /// <param name="nhomQuangTri">Initial value of the NhomQuangTri property.</param>
 /// <param name="daXoa">Initial value of the DaXoa property.</param>
 /// <param name="hienThi">Initial value of the HienThi property.</param>
 /// <param name="sapXep">Initial value of the SapXep property.</param>
 /// <param name="internet">Initial value of the Internet property.</param>
 public static Vlu_ChuyenMuc CreateVlu_ChuyenMuc(global::System.Int32 portalID, global::System.Int32 parentID, global::System.Int32 chuyenMucID, global::System.String tenChuyenMuc, global::System.String nhomNguoiDung, global::System.String nhomQuangTri, global::System.Boolean daXoa, global::System.Boolean hienThi, global::System.Int32 sapXep, global::System.Boolean internet)
 {
     Vlu_ChuyenMuc vlu_ChuyenMuc = new Vlu_ChuyenMuc();
     vlu_ChuyenMuc.PortalID = portalID;
     vlu_ChuyenMuc.ParentID = parentID;
     vlu_ChuyenMuc.ChuyenMucID = chuyenMucID;
     vlu_ChuyenMuc.TenChuyenMuc = tenChuyenMuc;
     vlu_ChuyenMuc.NhomNguoiDung = nhomNguoiDung;
     vlu_ChuyenMuc.NhomQuangTri = nhomQuangTri;
     vlu_ChuyenMuc.DaXoa = daXoa;
     vlu_ChuyenMuc.HienThi = hienThi;
     vlu_ChuyenMuc.SapXep = sapXep;
     vlu_ChuyenMuc.Internet = internet;
     return vlu_ChuyenMuc;
 }