コード例 #1
0
		private void detach_Ideas(Idea entity)
		{
			this.SendPropertyChanging();
			entity.project = null;
		}
コード例 #2
0
		private void attach_Ideas(Idea entity)
		{
			this.SendPropertyChanging();
			entity.project = this;
		}
コード例 #3
0
 partial void UpdateIdea(Idea instance);
コード例 #4
0
 partial void DeleteIdea(Idea instance);
コード例 #5
0
 partial void InsertIdea(Idea instance);