Пример #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;
		}