Esempio n. 1
0
 partial void DeleteAlertHistory(AlertHistory instance);
Esempio n. 2
0
 partial void UpdateAlertHistory(AlertHistory instance);
Esempio n. 3
0
		private void detach_AlertHistory(AlertHistory entity)
		{
			this.SendPropertyChanging();
			entity.AlertDef = null;
		}
Esempio n. 4
0
 partial void InsertAlertHistory(AlertHistory instance);
Esempio n. 5
0
		private void attach_AlertHistory(AlertHistory entity)
		{
			this.SendPropertyChanging();
			entity.AlertDef = this;
		}