/// <summary> /// Create a new TONKHOTONGLOG object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="soLuong">Initial value of the SoLuong property.</param> /// <param name="trangThai">Initial value of the TrangThai property.</param> public static TONKHOTONGLOG CreateTONKHOTONGLOG(global::System.Int32 id, global::System.Int32 soLuong, global::System.Boolean trangThai) { TONKHOTONGLOG tONKHOTONGLOG = new TONKHOTONGLOG(); tONKHOTONGLOG.ID = id; tONKHOTONGLOG.SoLuong = soLuong; tONKHOTONGLOG.TrangThai = trangThai; return tONKHOTONGLOG; }
/// <summary> /// Deprecated Method for adding a new object to the TONKHOTONGLOGs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTONKHOTONGLOGs(TONKHOTONGLOG tONKHOTONGLOG) { base.AddObject("TONKHOTONGLOGs", tONKHOTONGLOG); }