コード例 #1
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void DeleteREP_Recept(REP_Recept instance);
コード例 #2
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void UpdateREP_Recept(REP_Recept instance);
コード例 #3
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
		private void detach_REP_Recepts(REP_Recept entity)
		{
			this.SendPropertyChanging();
			entity.Area = null;
		}
コード例 #4
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void InsertREP_Recept(REP_Recept instance);
コード例 #5
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
		private void attach_REP_Recepts(REP_Recept entity)
		{
			this.SendPropertyChanging();
			entity.Area = this;
		}