コード例 #1
0
 partial void DeleteMstArticleInventory(MstArticleInventory instance);
コード例 #2
0
 partial void UpdateMstArticleInventory(MstArticleInventory instance);
コード例 #3
0
		private void detach_MstArticleInventories(MstArticleInventory entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}
コード例 #4
0
 partial void InsertMstArticleInventory(MstArticleInventory instance);
コード例 #5
0
		private void attach_MstArticleInventories(MstArticleInventory entity)
		{
			this.SendPropertyChanging();
			entity.MstBranch = this;
		}