コード例 #1
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void attach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarModel = this;
		}
コード例 #2
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void detach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarModel = null;
		}
コード例 #3
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void detach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = null;
		}
コード例 #4
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
		private void attach_Car(Car entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = this;
		}
コード例 #5
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void DeleteCar(Car instance);
コード例 #6
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void UpdateCar(Car instance);
コード例 #7
0
ファイル: CarGo.designer.cs プロジェクト: supercawa/CarGo
 partial void InsertCar(Car instance);