Пример #1
0
 partial void DeleteAlertHistory(AlertHistory instance);
Пример #2
0
 partial void UpdateAlertHistory(AlertHistory instance);
Пример #3
0
		private void detach_AlertHistory(AlertHistory entity)
		{
			this.SendPropertyChanging();
			entity.AlertDef = null;
		}
Пример #4
0
 partial void InsertAlertHistory(AlertHistory instance);
Пример #5
0
		private void attach_AlertHistory(AlertHistory entity)
		{
			this.SendPropertyChanging();
			entity.AlertDef = this;
		}