예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_LinkNhanh EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_LinkNhanh(Vlu_LinkNhanh vlu_LinkNhanh)
 {
     base.AddObject("Vlu_LinkNhanh", vlu_LinkNhanh);
 }
예제 #2
0
 /// <summary>
 /// Create a new Vlu_LinkNhanh object.
 /// </summary>
 /// <param name="linkNhanhID">Initial value of the LinkNhanhID property.</param>
 /// <param name="tieuDe">Initial value of the TieuDe property.</param>
 /// <param name="duongDan">Initial value of the DuongDan property.</param>
 /// <param name="loaiLink">Initial value of the LoaiLink property.</param>
 /// <param name="server">Initial value of the Server property.</param>
 /// <param name="sapXep">Initial value of the SapXep property.</param>
 /// <param name="ngayTao">Initial value of the NgayTao property.</param>
 /// <param name="nguoiTao">Initial value of the NguoiTao property.</param>
 public static Vlu_LinkNhanh CreateVlu_LinkNhanh(global::System.Int32 linkNhanhID, global::System.String tieuDe, global::System.String duongDan, global::System.Int32 loaiLink, global::System.String server, global::System.Int32 sapXep, global::System.DateTime ngayTao, global::System.String nguoiTao)
 {
     Vlu_LinkNhanh vlu_LinkNhanh = new Vlu_LinkNhanh();
     vlu_LinkNhanh.LinkNhanhID = linkNhanhID;
     vlu_LinkNhanh.TieuDe = tieuDe;
     vlu_LinkNhanh.DuongDan = duongDan;
     vlu_LinkNhanh.LoaiLink = loaiLink;
     vlu_LinkNhanh.Server = server;
     vlu_LinkNhanh.SapXep = sapXep;
     vlu_LinkNhanh.NgayTao = ngayTao;
     vlu_LinkNhanh.NguoiTao = nguoiTao;
     return vlu_LinkNhanh;
 }