private void detach_CycleCountHeaders(CycleCountHeader entity) { this.SendPropertyChanging(); entity.Dealer = null; }
private void detach_CycleCountHeaders(CycleCountHeader entity) { this.SendPropertyChanging("CycleCountHeaders"); entity.Warehouse = null; }
private void attach_CycleCountHeaders(CycleCountHeader entity) { this.SendPropertyChanging(); entity.Warehouse = this; }
private void attach_CycleCountHeaders(CycleCountHeader entity) { this.SendPropertyChanging("CycleCountHeaders"); entity.Dealer = this; }