Example #1
0
 partial void DeleteCpProduct(CpProduct instance);
Example #2
0
 partial void UpdateCpProduct(CpProduct instance);
Example #3
0
 partial void InsertCpProduct(CpProduct instance);
Example #4
0
 private void detach_CpProducts(CpProduct entity)
 {
     this.SendPropertyChanging();
     entity.CpCategory = null;
 }
Example #5
0
 private void detach_CpProducts(CpProduct entity)
 {
     this.SendPropertyChanging();
     entity.CpManufacter = null;
 }
Example #6
0
 private void attach_CpProducts(CpProduct entity)
 {
     this.SendPropertyChanging();
     entity.CpImage = this;
 }