コード例 #1
0
 partial void DeleteSourceFileTag(SourceFileTag instance);
コード例 #2
0
 partial void UpdateSourceFileTag(SourceFileTag instance);
コード例 #3
0
 private void detach_SourceFileTag(SourceFileTag entity)
 {
     this.SendPropertyChanging();
     entity.SourceFile = null;
 }
コード例 #4
0
 partial void InsertSourceFileTag(SourceFileTag instance);
コード例 #5
0
 private void attach_SourceFileTag(SourceFileTag entity)
 {
     this.SendPropertyChanging();
     entity.SourceFile = this;
 }