Exemple #1
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = this;
 }
Exemple #2
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = null;
 }
Exemple #3
0
 partial void DeleteAnswers(Answers instance);
Exemple #4
0
 partial void UpdateAnswers(Answers instance);
Exemple #5
0
 partial void InsertAnswers(Answers instance);
Exemple #6
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = null;
 }
Exemple #7
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = this;
 }