コード例 #1
0
 partial void Updatesummary(summary instance);
コード例 #2
0
 partial void Deletesummary(summary instance);
コード例 #3
0
 partial void Insertsummary(summary instance);
コード例 #4
0
		private void detach_summary(summary entity)
		{
			this.SendPropertyChanging();
			entity.YearMonth = null;
		}
コード例 #5
0
		private void attach_summary(summary entity)
		{
			this.SendPropertyChanging();
			entity.YearMonth = this;
		}
コード例 #6
0
		private void detach_summary(summary entity)
		{
			this.SendPropertyChanging();
			entity.Usergroup = null;
		}
コード例 #7
0
		private void attach_summary(summary entity)
		{
			this.SendPropertyChanging();
			entity.Usergroup = this;
		}