Esempio n. 1
0
		private void detach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = null;
		}
Esempio n. 2
0
		private void attach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = this;
		}
Esempio n. 3
0
 partial void UpdateChoice(Choice instance);
Esempio n. 4
0
 partial void DeleteChoice(Choice instance);
Esempio n. 5
0
 partial void InsertChoice(Choice instance);