Exemplo n.º 1
0
 partial void DeleteSubstance(Substance instance);
Exemplo n.º 2
0
 partial void UpdateSubstance(Substance instance);
Exemplo n.º 3
0
 partial void InsertSubstance(Substance instance);
Exemplo n.º 4
0
		private void detach_Substances(Substance entity)
		{
			this.SendPropertyChanging();
			entity.Component = null;
		}
Exemplo n.º 5
0
		private void detach_Substances3(Substance entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue3 = null;
		}
Exemplo n.º 6
0
		private void attach_Substances2(Substance entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue2 = this;
		}