示例#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);