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