コード例 #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;
		}