Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
示例#1
0
 private void detach_Deliberations(Deliberation entity)
 {
     this.SendPropertyChanging();
     entity.Law = null;
 }
示例#2
0
 private void attach_Deliberations(Deliberation entity)
 {
     this.SendPropertyChanging();
     entity.Law = this;
 }
示例#3
0
 partial void UpdateDeliberation(Deliberation instance);
示例#4
0
 partial void DeleteDeliberation(Deliberation instance);
示例#5
0
 partial void InsertDeliberation(Deliberation instance);