Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exemple #1
0
 private void detach_LawVotes(LawVote entity)
 {
     this.SendPropertyChanging();
     entity.Law = null;
 }
Exemple #2
0
 private void attach_LawVotes(LawVote entity)
 {
     this.SendPropertyChanging();
     entity.Law = this;
 }
Exemple #3
0
 partial void UpdateLawVote(LawVote instance);
Exemple #4
0
 partial void DeleteLawVote(LawVote instance);
Exemple #5
0
 partial void InsertLawVote(LawVote instance);