/// <summary> /// Create a new THONGTIN object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="sapXep">Initial value of the SapXep property.</param> /// <param name="visual">Initial value of the Visual property.</param> /// <param name="deleted">Initial value of the Deleted property.</param> /// <param name="edit">Initial value of the Edit property.</param> public static THONGTIN CreateTHONGTIN(global::System.Int32 id, global::System.Int32 sapXep, global::System.Boolean visual, global::System.Boolean deleted, global::System.Boolean edit) { THONGTIN tHONGTIN = new THONGTIN(); tHONGTIN.ID = id; tHONGTIN.SapXep = sapXep; tHONGTIN.Visual = visual; tHONGTIN.Deleted = deleted; tHONGTIN.Edit = edit; return tHONGTIN; }
/// <summary> /// Deprecated Method for adding a new object to the THONGTINs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTHONGTINs(THONGTIN tHONGTIN) { base.AddObject("THONGTINs", tHONGTIN); }