예제 #1
0
 partial void DeleteThought(Thought instance);
예제 #2
0
 partial void UpdateThought(Thought instance);
예제 #3
0
		private void detach_Thoughts(Thought entity)
		{
			this.SendPropertyChanging();
			entity.Idea = null;
		}
예제 #4
0
 partial void InsertThought(Thought instance);
예제 #5
0
		private void attach_Thoughts(Thought entity)
		{
			this.SendPropertyChanging();
			entity.Idea = this;
		}