예제 #1
0
		private void detach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Actividade = null;
		}
예제 #2
0
		private void detach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Verbo = null;
		}
예제 #3
0
		private void attach_Indicadores(Indicadore entity)
		{
			this.SendPropertyChanging();
			entity.Verbo = this;
		}
예제 #4
0
 partial void DeleteIndicadore(Indicadore instance);
예제 #5
0
 partial void UpdateIndicadore(Indicadore instance);
예제 #6
0
 partial void InsertIndicadore(Indicadore instance);