コード例 #1
0
		private void detach_CostArticles(CostArticle entity)
		{
			this.SendPropertyChanging();
			entity.Limit = null;
		}
コード例 #2
0
		private void detach_CostArticles2(CostArticle entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee2 = null;
		}
コード例 #3
0
		private void detach_CostArticles(CostArticle entity)
		{
			this.SendPropertyChanging();
			entity.BudgetVersion = null;
		}
コード例 #4
0
		private void attach_CostArticles1(CostArticle entity)
		{
			this.SendPropertyChanging();
			entity.SecurityTrustee1 = this;
		}
コード例 #5
0
		private void attach_CostArticles(CostArticle entity)
		{
			this.SendPropertyChanging();
			entity.CostArticle1 = this;
		}
コード例 #6
0
 partial void DeleteCostArticle(CostArticle instance);
コード例 #7
0
 partial void UpdateCostArticle(CostArticle instance);
コード例 #8
0
 partial void InsertCostArticle(CostArticle instance);