コード例 #1
0
 partial void Deletemenu(menu instance);
コード例 #2
0
 partial void Updatemenu(menu instance);
コード例 #3
0
		private void detach_menus(menu entity)
		{
			this.SendPropertyChanging();
			entity.menutype = null;
		}
コード例 #4
0
 partial void Insertmenu(menu instance);
コード例 #5
0
		private void attach_menus(menu entity)
		{
			this.SendPropertyChanging();
			entity.menutype = this;
		}