private void detach_EventLocalContracts(EventLocalContract entity) { this.SendPropertyChanging("EventLocalContracts"); entity.RbDocumentType = null; }
private void detach_EventLocalContracts(EventLocalContract entity) { this.SendPropertyChanging("EventLocalContracts"); entity.Organisation = null; }
private void detach_EventLocalContracts_ModifyPersonId(EventLocalContract entity) { this.SendPropertyChanging("EventLocalContracts_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_EventLocalContracts(EventLocalContract entity) { this.SendPropertyChanging("EventLocalContracts"); entity.Event = this; }
private void attach_EventLocalContracts_CreatePersonId(EventLocalContract entity) { this.SendPropertyChanging("EventLocalContracts_CreatePersonId"); entity.Person_CreatePersonId = this; }