private static void setAddress(ClientAddress clientAddress, string address, string ulCode) { if(clientAddress != null && clientAddress.Address != null) { clientAddress.Address = null; clientAddress.FreeInput = address; } }
private void detach_ClientAddresses(ClientAddress entity) { this.SendPropertyChanging("ClientAddresses"); entity.RbDistrict = null; }
private void attach_ClientAddresses(ClientAddress entity) { this.SendPropertyChanging("ClientAddresses"); entity.Address = this; }
private void detach_ClientAddresses_ModifyPersonId(ClientAddress entity) { this.SendPropertyChanging("ClientAddresses_ModifyPersonId"); entity.Person_ModifyPersonId = null; }
private void attach_ClientAddresses_CreatePersonId(ClientAddress entity) { this.SendPropertyChanging("ClientAddresses_CreatePersonId"); entity.Person_CreatePersonId = this; }