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