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