Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void detach_UserLawVotes(UserLawVote entity)
 {
     this.SendPropertyChanging();
     entity.LawVote = null;
 }
コード例 #2
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void attach_UserLawVotes(UserLawVote entity)
 {
     this.SendPropertyChanging();
     entity.LawVote = this;
 }
コード例 #3
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void UpdateUserLawVote(UserLawVote instance);
コード例 #4
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void DeleteUserLawVote(UserLawVote instance);
コード例 #5
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void InsertUserLawVote(UserLawVote instance);