コード例 #1
0
 private void detach_RecordIndex(RecordIndex entity)
 {
     this.SendPropertyChanging();
     entity.Course = null;
 }
コード例 #2
0
 partial void DeleteRecordIndex(RecordIndex instance);
コード例 #3
0
 partial void InsertRecordIndex(RecordIndex instance);
コード例 #4
0
 partial void UpdateRecordIndex(RecordIndex instance);
コード例 #5
0
 private void attach_RecordIndex(RecordIndex entity)
 {
     this.SendPropertyChanging();
     entity.ClassInfo = this;
 }