コード例 #1
0
 private void detach_Subraces(Subrace entity)
 {
     this.SendPropertyChanging();
     entity.Race = null;
 }
コード例 #2
0
 private void attach_Subraces(Subrace entity)
 {
     this.SendPropertyChanging();
     entity.Race = this;
 }
コード例 #3
0
 partial void UpdateSubrace(Subrace instance);
コード例 #4
0
 partial void DeleteSubrace(Subrace instance);
コード例 #5
0
 partial void InsertSubrace(Subrace instance);