コード例 #1
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = null;
		}
コード例 #2
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void UpdateShiping(Shiping instance);
コード例 #3
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void DeleteShiping(Shiping instance);
コード例 #4
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void InsertShiping(Shiping instance);
コード例 #5
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = null;
		}
コード例 #6
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = this;
		}
コード例 #7
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = null;
		}
コード例 #8
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = this;
		}