コード例 #1
0
 partial void DeleteStarSystem(StarSystem instance);
コード例 #2
0
 partial void UpdateStarSystem(StarSystem instance);
コード例 #3
0
 partial void InsertStarSystem(StarSystem instance);
コード例 #4
0
		private void detach_StarSystems(StarSystem entity)
		{
			this.SendPropertyChanging();
			entity.Player = null;
		}
コード例 #5
0
		private void detach_StarSystems(StarSystem entity)
		{
			this.SendPropertyChanging();
			entity.CelestialObject = null;
		}
コード例 #6
0
		private void detach_StarSystems(StarSystem entity)
		{
			this.SendPropertyChanging();
			entity.Coalition = null;
		}