Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
コード例 #1
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void detach_Comments(Comment entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
コード例 #2
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 private void attach_Comments(Comment entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }
コード例 #3
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void UpdateComment(Comment instance);
コード例 #4
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void DeleteComment(Comment instance);
コード例 #5
0
ファイル: DB.designer.cs プロジェクト: friism/folketsting
 partial void InsertComment(Comment instance);