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