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