コード例 #1
0
 private void detach_Book_language(book Book_language_abc)
 {
     OnPropertyChanging("book");
     Book_language_abc.Language_book = null;
 }
コード例 #2
0
 private void detach_Book_editor(book Book_editor_abc)
 {
     OnPropertyChanging("book");
     Book_editor_abc.Editor_book = null;
 }
コード例 #3
0
 private void attach_Book_language(book Book_language_abc)
 {
     OnPropertyChanging("book");
     Book_language_abc.Language_book = this;
 }
コード例 #4
0
 private void attach_Book_editor(book Book_editor_abc)
 {
     OnPropertyChanging("book");
     Book_editor_abc.Editor_book = this;
 }
コード例 #5
0
 private void detach_Book_shelf(book Book_shelf_abc)
 {
     OnPropertyChanging("book");
     Book_shelf_abc.Shelf_book = null;
 }
コード例 #6
0
 private void attach_Book_shelf(book Book_shelf_abc)
 {
     OnPropertyChanging("book");
     Book_shelf_abc.Shelf_book = this;
 }
コード例 #7
0
 private void detach_Book_publisher(book Book_publisher_abc)
 {
     OnPropertyChanging("book");
     Book_publisher_abc.Publisher_book = null;
 }
コード例 #8
0
 private void attach_Book_publisher(book Book_publisher_abc)
 {
     OnPropertyChanging("book");
     Book_publisher_abc.Publisher_book = this;
 }