コード例 #1
0
		private void detach_IdeaPlatforms(IdeaPlatform entity)
		{
			this.SendPropertyChanging();
			entity.Idea = null;
		}
コード例 #2
0
		private void attach_IdeaPlatforms(IdeaPlatform entity)
		{
			this.SendPropertyChanging();
			entity.Idea = this;
		}
コード例 #3
0
 partial void UpdateIdeaPlatform(IdeaPlatform instance);
コード例 #4
0
 partial void DeleteIdeaPlatform(IdeaPlatform instance);
コード例 #5
0
 partial void InsertIdeaPlatform(IdeaPlatform instance);