Esempio n. 1
0
 partial void DeleteRVS_Export(RVS_Export instance);
Esempio n. 2
0
 partial void UpdateRVS_Export(RVS_Export instance);
Esempio n. 3
0
 private void detach_RVS_Exports(RVS_Export entity)
 {
     this.SendPropertyChanging();
     entity.RVS_Property = null;
 }
Esempio n. 4
0
 partial void InsertRVS_Export(RVS_Export instance);
Esempio n. 5
0
 private void attach_RVS_Exports(RVS_Export entity)
 {
     this.SendPropertyChanging();
     entity.RVS_Property = this;
 }