예제 #1
0
		private void attach_MstArticles(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstArticleGroup = this;
		}
예제 #2
0
		private void detach_MstArticles(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstArticleType = null;
		}
예제 #3
0
 partial void UpdateMstArticle(MstArticle instance);
예제 #4
0
 partial void DeleteMstArticle(MstArticle instance);
예제 #5
0
 partial void InsertMstArticle(MstArticle instance);
예제 #6
0
		private void detach_MstArticles4(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount4 = null;
		}
예제 #7
0
		private void attach_MstArticles3(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount3 = this;
		}
예제 #8
0
		private void attach_MstArticles1(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = this;
		}
예제 #9
0
		private void attach_MstArticles2(MstArticle entity)
		{
			this.SendPropertyChanging();
			entity.MstTaxType2 = this;
		}