private void detach_ExportStatus(ExportStatus entity) { this.SendPropertyChanging("ExportStatus"); entity.Client = null; }
private void attach_ExportStatus(ExportStatus entity) { this.SendPropertyChanging("ExportStatus"); entity.Event = this; }