コード例 #1
0
		private void detach_WatchFolder(WatchFolder entity)
		{
			this.SendPropertyChanging();
			entity.Game = null;
		}
コード例 #2
0
		private void attach_WatchFolder(WatchFolder entity)
		{
			this.SendPropertyChanging();
			entity.Game = this;
		}
コード例 #3
0
 partial void UpdateWatchFolder(WatchFolder instance);
コード例 #4
0
 partial void DeleteWatchFolder(WatchFolder instance);
コード例 #5
0
 partial void InsertWatchFolder(WatchFolder instance);