Esempio n. 1
0
		private void detach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.TIpoAlerta = null;
		}
Esempio n. 2
0
		private void attach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.TIpoAlerta = this;
		}
Esempio n. 3
0
 partial void DeleteAlerta(Alerta instance);
Esempio n. 4
0
 partial void UpdateAlerta(Alerta instance);
Esempio n. 5
0
 partial void InsertAlerta(Alerta instance);
Esempio n. 6
0
		private void attach_Alertas(Alerta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}