Beispiel #1
0
 private void detach_VideoObjs(VideoObj entity)
 {
     this.SendPropertyChanging();
     entity.VideoType = null;
 }
Beispiel #2
0
 private void attach_VideoObjs(VideoObj entity)
 {
     this.SendPropertyChanging();
     entity.VideoType = this;
 }
Beispiel #3
0
 partial void UpdateVideoObj(VideoObj instance);
Beispiel #4
0
 partial void DeleteVideoObj(VideoObj instance);
Beispiel #5
0
 partial void InsertVideoObj(VideoObj instance);