예제 #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;
		}