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