Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_ChuyenMucNoiDung EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_ChuyenMucNoiDung(Vlu_ChuyenMucNoiDung vlu_ChuyenMucNoiDung)
 {
     base.AddObject("Vlu_ChuyenMucNoiDung", vlu_ChuyenMucNoiDung);
 }
Exemplo n.º 2
0
 private bool FilterVlu_ChuyenMucNoiDung(Vlu_ChuyenMucNoiDung entity)
 {
     return (entity.NoiDungID == this.NoiDungID);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Create a new Vlu_ChuyenMucNoiDung object.
 /// </summary>
 /// <param name="portalID">Initial value of the PortalID property.</param>
 /// <param name="noiDungID">Initial value of the NoiDungID property.</param>
 /// <param name="tieuDe">Initial value of the TieuDe property.</param>
 /// <param name="tomTat">Initial value of the TomTat property.</param>
 /// <param name="sapXep">Initial value of the SapXep property.</param>
 /// <param name="nguoiTao">Initial value of the NguoiTao property.</param>
 /// <param name="nguoiGiu">Initial value of the NguoiGiu property.</param>
 /// <param name="ngayTao">Initial value of the NgayTao property.</param>
 /// <param name="duyet">Initial value of the Duyet property.</param>
 /// <param name="hienThi">Initial value of the HienThi property.</param>
 /// <param name="nguoiNhan">Initial value of the NguoiNhan property.</param>
 /// <param name="daXoa">Initial value of the DaXoa property.</param>
 /// <param name="internet">Initial value of the Internet property.</param>
 /// <param name="loai">Initial value of the Loai property.</param>
 public static Vlu_ChuyenMucNoiDung CreateVlu_ChuyenMucNoiDung(global::System.Int32 portalID, global::System.Int32 noiDungID, global::System.String tieuDe, global::System.String tomTat, global::System.Int32 sapXep, global::System.String nguoiTao, global::System.String nguoiGiu, global::System.DateTime ngayTao, global::System.Boolean duyet, global::System.Boolean hienThi, global::System.String nguoiNhan, global::System.Boolean daXoa, global::System.Boolean internet, global::System.Int32 loai)
 {
     Vlu_ChuyenMucNoiDung vlu_ChuyenMucNoiDung = new Vlu_ChuyenMucNoiDung();
     vlu_ChuyenMucNoiDung.PortalID = portalID;
     vlu_ChuyenMucNoiDung.NoiDungID = noiDungID;
     vlu_ChuyenMucNoiDung.TieuDe = tieuDe;
     vlu_ChuyenMucNoiDung.TomTat = tomTat;
     vlu_ChuyenMucNoiDung.SapXep = sapXep;
     vlu_ChuyenMucNoiDung.NguoiTao = nguoiTao;
     vlu_ChuyenMucNoiDung.NguoiGiu = nguoiGiu;
     vlu_ChuyenMucNoiDung.NgayTao = ngayTao;
     vlu_ChuyenMucNoiDung.Duyet = duyet;
     vlu_ChuyenMucNoiDung.HienThi = hienThi;
     vlu_ChuyenMucNoiDung.NguoiNhan = nguoiNhan;
     vlu_ChuyenMucNoiDung.DaXoa = daXoa;
     vlu_ChuyenMucNoiDung.Internet = internet;
     vlu_ChuyenMucNoiDung.Loai = loai;
     return vlu_ChuyenMucNoiDung;
 }