コード例 #1
0
 private bool FilterVlu_Khoa_ChiTiet(Vlu_Khoa_ChiTiet entity)
 {
     return (entity.KhoaID == this.KhoaID);
 }
コード例 #2
0
 private void DetachVlu_Khoa_ChiTiet(Vlu_Khoa_ChiTiet entity)
 {
     entity.Vlu_Khoa = null;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Vlu_Khoa_ChiTiet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVlu_Khoa_ChiTiet(Vlu_Khoa_ChiTiet vlu_Khoa_ChiTiet)
 {
     base.AddObject("Vlu_Khoa_ChiTiet", vlu_Khoa_ChiTiet);
 }
コード例 #4
0
 private void AttachVlu_Khoa_ChiTiet(Vlu_Khoa_ChiTiet entity)
 {
     entity.Vlu_Khoa = this;
 }
コード例 #5
0
 /// <summary>
 /// Create a new Vlu_Khoa_ChiTiet object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="khoaID">Initial value of the KhoaID property.</param>
 /// <param name="loaiNoiDung">Initial value of the LoaiNoiDung property.</param>
 /// <param name="sapXep">Initial value of the SapXep property.</param>
 /// <param name="duyet">Initial value of the Duyet 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_Khoa_ChiTiet CreateVlu_Khoa_ChiTiet(global::System.Int32 id, global::System.Int32 khoaID, global::System.Int32 loaiNoiDung, global::System.Int32 sapXep, global::System.Boolean duyet, global::System.DateTime ngayTao, global::System.String nguoiTao)
 {
     Vlu_Khoa_ChiTiet vlu_Khoa_ChiTiet = new Vlu_Khoa_ChiTiet();
     vlu_Khoa_ChiTiet.ID = id;
     vlu_Khoa_ChiTiet.KhoaID = khoaID;
     vlu_Khoa_ChiTiet.LoaiNoiDung = loaiNoiDung;
     vlu_Khoa_ChiTiet.SapXep = sapXep;
     vlu_Khoa_ChiTiet.Duyet = duyet;
     vlu_Khoa_ChiTiet.NgayTao = ngayTao;
     vlu_Khoa_ChiTiet.NguoiTao = nguoiTao;
     return vlu_Khoa_ChiTiet;
 }