Пример #1
0
 partial void DeleteSubstance(Substance instance);
Пример #2
0
 partial void UpdateSubstance(Substance instance);
Пример #3
0
 partial void InsertSubstance(Substance instance);
Пример #4
0
		private void detach_Substances(Substance entity)
		{
			this.SendPropertyChanging();
			entity.Component = null;
		}
Пример #5
0
		private void detach_Substances3(Substance entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue3 = null;
		}
Пример #6
0
		private void attach_Substances2(Substance entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue2 = this;
		}