partial void DeleteAlertLanDef(AlertLanDef instance);
 partial void UpdateAlertLanDef(AlertLanDef instance);
		private void detach_AlertLanDef(AlertLanDef entity)
		{
			this.SendPropertyChanging();
			entity.AlertCat = null;
		}
 partial void InsertAlertLanDef(AlertLanDef instance);
		private void attach_AlertLanDef(AlertLanDef entity)
		{
			this.SendPropertyChanging();
			entity.AlertCat = this;
		}