Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Beispiel #1
0
 private void detach_AnswerParas(AnswerPara entity)
 {
     this.SendPropertyChanging();
     entity.P20Question = null;
 }
Beispiel #2
0
 partial void UpdateAnswerPara(AnswerPara instance);
Beispiel #3
0
 partial void DeleteAnswerPara(AnswerPara instance);
Beispiel #4
0
 partial void InsertAnswerPara(AnswerPara instance);