Beispiel #1
0
 private void detach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = null;
 }
Beispiel #2
0
 private void attach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = this;
 }
Beispiel #3
0
 partial void UpdateCast(Cast instance);
Beispiel #4
0
 partial void DeleteCast(Cast instance);
Beispiel #5
0
 partial void InsertCast(Cast instance);