Esempio n. 1
0
 partial void DeleteAHP_Alert(AHP_Alert instance);
Esempio n. 2
0
 partial void UpdateAHP_Alert(AHP_Alert instance);
Esempio n. 3
0
		private void detach_AHP_Alert(AHP_Alert entity)
		{
			this.SendPropertyChanging();
			entity.AHP = null;
		}
Esempio n. 4
0
 partial void InsertAHP_Alert(AHP_Alert instance);
Esempio n. 5
0
		private void attach_AHP_Alert(AHP_Alert entity)
		{
			this.SendPropertyChanging();
			entity.AHP = this;
		}