private bool FilterVlu_ChuyenMucTrongNoiDung(Vlu_ChuyenMucTrongNoiDung entity)
 {
     return (entity.NoiDungID == this.NoiDungID);
 }
 private void DetachVlu_ChuyenMucTrongNoiDung(Vlu_ChuyenMucTrongNoiDung entity)
 {
     entity.Vlu_ChuyenMucNoiDung = null;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_ChuyenMucTrongNoiDung EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_ChuyenMucTrongNoiDung(Vlu_ChuyenMucTrongNoiDung vlu_ChuyenMucTrongNoiDung)
 {
     base.AddObject("Vlu_ChuyenMucTrongNoiDung", vlu_ChuyenMucTrongNoiDung);
 }
 private void AttachVlu_ChuyenMucTrongNoiDung(Vlu_ChuyenMucTrongNoiDung entity)
 {
     entity.Vlu_ChuyenMucNoiDung = this;
 }
 /// <summary>
 /// Create a new Vlu_ChuyenMucTrongNoiDung object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="noiDungID">Initial value of the NoiDungID property.</param>
 /// <param name="chuyenMucID">Initial value of the ChuyenMucID property.</param>
 public static Vlu_ChuyenMucTrongNoiDung CreateVlu_ChuyenMucTrongNoiDung(global::System.Int32 id, global::System.Int32 noiDungID, global::System.Int32 chuyenMucID)
 {
     Vlu_ChuyenMucTrongNoiDung vlu_ChuyenMucTrongNoiDung = new Vlu_ChuyenMucTrongNoiDung();
     vlu_ChuyenMucTrongNoiDung.ID = id;
     vlu_ChuyenMucTrongNoiDung.NoiDungID = noiDungID;
     vlu_ChuyenMucTrongNoiDung.ChuyenMucID = chuyenMucID;
     return vlu_ChuyenMucTrongNoiDung;
 }