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