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