コード例 #1
0
		private void detach_MothershipStructures(MothershipStructure entity)
		{
			this.SendPropertyChanging();
			entity.StructureType = null;
		}
コード例 #2
0
 partial void DeleteMothershipStructure(MothershipStructure instance);
コード例 #3
0
 partial void InsertMothershipStructure(MothershipStructure instance);
コード例 #4
0
 partial void UpdateMothershipStructure(MothershipStructure instance);
コード例 #5
0
		private void attach_MothershipStructures(MothershipStructure entity)
		{
			this.SendPropertyChanging();
			entity.Player = this;
		}