partial void DeleteAlertProfileIdx(AlertProfileIdx instance);
partial void UpdateAlertProfileIdx(AlertProfileIdx instance);
private void detach_AlertProfileIdx(AlertProfileIdx entity) { this.SendPropertyChanging(); entity.AlertProfiles = null; }
partial void InsertAlertProfileIdx(AlertProfileIdx instance);
private void attach_AlertProfileIdx(AlertProfileIdx entity) { this.SendPropertyChanging(); entity.AlertProfiles = this; }