Example #1
0
 partial void DeleteSubType(SubType instance);
Example #2
0
 partial void UpdateSubType(SubType instance);
Example #3
0
 private void detach_SubTypes(SubType entity)
 {
     this.SendPropertyChanging();
     entity.Type = null;
 }
Example #4
0
 partial void InsertSubType(SubType instance);
Example #5
0
 private void attach_SubTypes(SubType entity)
 {
     this.SendPropertyChanging();
     entity.Type = this;
 }