Exemplo n.º 1
0
 private void attach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.colour1 = this;
 }
Exemplo n.º 2
0
 private void detach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.colour1 = null;
 }
Exemplo n.º 3
0
 partial void Deleteflower(flower instance);
Exemplo n.º 4
0
 partial void Updateflower(flower instance);
Exemplo n.º 5
0
 partial void Insertflower(flower instance);
Exemplo n.º 6
0
 private void detach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.lengths = null;
 }
Exemplo n.º 7
0
 private void attach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.lengths = this;
 }