private bool FilterVlu_ChuyenMucPhienBan(Vlu_ChuyenMucPhienBan entity) { return (entity.NoiDungID == this.NoiDungID); }
private void DetachVlu_ChuyenMucPhienBan(Vlu_ChuyenMucPhienBan entity) { entity.Vlu_ChuyenMucNoiDung = null; }
/// <summary> /// Deprecated Method for adding a new object to the Vlu_ChuyenMucPhienBan EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVlu_ChuyenMucPhienBan(Vlu_ChuyenMucPhienBan vlu_ChuyenMucPhienBan) { base.AddObject("Vlu_ChuyenMucPhienBan", vlu_ChuyenMucPhienBan); }
private void AttachVlu_ChuyenMucPhienBan(Vlu_ChuyenMucPhienBan entity) { entity.Vlu_ChuyenMucNoiDung = this; }
/// <summary> /// Create a new Vlu_ChuyenMucPhienBan object. /// </summary> /// <param name="phienBanID">Initial value of the PhienBanID property.</param> /// <param name="noiDungID">Initial value of the NoiDungID property.</param> /// <param name="phienBan">Initial value of the PhienBan property.</param> /// <param name="tieuDe">Initial value of the TieuDe property.</param> /// <param name="tomTat">Initial value of the TomTat property.</param> /// <param name="nguoiTao">Initial value of the NguoiTao property.</param> /// <param name="ngayTao">Initial value of the NgayTao property.</param> public static Vlu_ChuyenMucPhienBan CreateVlu_ChuyenMucPhienBan(global::System.Int32 phienBanID, global::System.Int32 noiDungID, global::System.Int32 phienBan, global::System.String tieuDe, global::System.String tomTat, global::System.String nguoiTao, global::System.DateTime ngayTao) { Vlu_ChuyenMucPhienBan vlu_ChuyenMucPhienBan = new Vlu_ChuyenMucPhienBan(); vlu_ChuyenMucPhienBan.PhienBanID = phienBanID; vlu_ChuyenMucPhienBan.NoiDungID = noiDungID; vlu_ChuyenMucPhienBan.PhienBan = phienBan; vlu_ChuyenMucPhienBan.TieuDe = tieuDe; vlu_ChuyenMucPhienBan.TomTat = tomTat; vlu_ChuyenMucPhienBan.NguoiTao = nguoiTao; vlu_ChuyenMucPhienBan.NgayTao = ngayTao; return vlu_ChuyenMucPhienBan; }