Example #1
0
 private void detach_MPS(MPS entity)
 {
     this.SendPropertyChanging();
     entity.Part = null;
 }
Example #2
0
 private void attach_MPS(MPS entity)
 {
     this.SendPropertyChanging();
     entity.Part = this;
 }
Example #3
0
 partial void UpdateMPS(MPS instance);
Example #4
0
 partial void DeleteMPS(MPS instance);
Example #5
0
 partial void InsertMPS(MPS instance);