Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
		private void detach_QuestionAnswers1(QuestionAnswer entity)
		{
			this.SendPropertyChanging();
			entity.UserProfile = null;
		}
コード例 #2
0
		private void attach_QuestionAnswers(QuestionAnswer entity)
		{
			this.SendPropertyChanging();
			entity.ScorerProfile = this;
		}
コード例 #3
0
 partial void DeleteQuestionAnswer(QuestionAnswer instance);
コード例 #4
0
 partial void UpdateQuestionAnswer(QuestionAnswer instance);
コード例 #5
0
 partial void InsertQuestionAnswer(QuestionAnswer instance);
コード例 #6
0
		private void detach_QuestionAnswers(QuestionAnswer entity)
		{
			this.SendPropertyChanging();
			entity.Exam = null;
		}