/// <summary> /// Create a new Vlu_Popup object. /// </summary> /// <param name="portalID">Initial value of the PortalID property.</param> /// <param name="popupID">Initial value of the PopupID property.</param> /// <param name="tieuDe">Initial value of the TieuDe property.</param> /// <param name="tuNgay">Initial value of the TuNgay property.</param> /// <param name="denNgay">Initial value of the DenNgay property.</param> /// <param name="duyet">Initial value of the Duyet property.</param> public static Vlu_Popup CreateVlu_Popup(global::System.Int32 portalID, global::System.Int32 popupID, global::System.String tieuDe, global::System.DateTime tuNgay, global::System.DateTime denNgay, global::System.Boolean duyet) { Vlu_Popup vlu_Popup = new Vlu_Popup(); vlu_Popup.PortalID = portalID; vlu_Popup.PopupID = popupID; vlu_Popup.TieuDe = tieuDe; vlu_Popup.TuNgay = tuNgay; vlu_Popup.DenNgay = denNgay; vlu_Popup.Duyet = duyet; return vlu_Popup; }
/// <summary> /// Deprecated Method for adding a new object to the Vlu_Popup EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVlu_Popup(Vlu_Popup vlu_Popup) { base.AddObject("Vlu_Popup", vlu_Popup); }