Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Vlu_TaiKhoan object.
 /// </summary>
 /// <param name="taiKhoanID">Initial value of the TaiKhoanID property.</param>
 /// <param name="tenDangNhap">Initial value of the TenDangNhap property.</param>
 /// <param name="matKhau">Initial value of the MatKhau property.</param>
 /// <param name="ho">Initial value of the Ho property.</param>
 /// <param name="ten">Initial value of the Ten property.</param>
 /// <param name="loaiTaiKhoan">Initial value of the LoaiTaiKhoan 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_TaiKhoan CreateVlu_TaiKhoan(global::System.Int32 taiKhoanID, global::System.String tenDangNhap, global::System.String matKhau, global::System.String ho, global::System.String ten, global::System.Int32 loaiTaiKhoan, global::System.DateTime ngayTao, global::System.String nguoiTao)
 {
     Vlu_TaiKhoan vlu_TaiKhoan = new Vlu_TaiKhoan();
     vlu_TaiKhoan.TaiKhoanID = taiKhoanID;
     vlu_TaiKhoan.TenDangNhap = tenDangNhap;
     vlu_TaiKhoan.MatKhau = matKhau;
     vlu_TaiKhoan.Ho = ho;
     vlu_TaiKhoan.Ten = ten;
     vlu_TaiKhoan.LoaiTaiKhoan = loaiTaiKhoan;
     vlu_TaiKhoan.NgayTao = ngayTao;
     vlu_TaiKhoan.NguoiTao = nguoiTao;
     return vlu_TaiKhoan;
 }
Ejemplo n.º 2
0
 private bool FilterVlu_TaiKhoan(Vlu_TaiKhoan entity)
 {
     return (entity.TaiKhoanID == this.GiangVienID);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_TaiKhoan EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_TaiKhoan(Vlu_TaiKhoan vlu_TaiKhoan)
 {
     base.AddObject("Vlu_TaiKhoan", vlu_TaiKhoan);
 }