예제 #1
0
		private void detach_Moves(Move entity)
		{
			this.SendPropertyChanging();
			entity.Game = null;
		}
예제 #2
0
		private void attach_Moves(Move entity)
		{
			this.SendPropertyChanging();
			entity.Game = this;
		}
예제 #3
0
 partial void UpdateMove(Move instance);
예제 #4
0
 partial void DeleteMove(Move instance);
예제 #5
0
 partial void InsertMove(Move instance);