예제 #1
0
		private void attach_TrnCollectionLines(TrnCollectionLine entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = this;
		}
예제 #2
0
		private void detach_TrnCollectionLines1(TrnCollectionLine entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle1 = null;
		}
예제 #3
0
		private void detach_TrnCollectionLines(TrnCollectionLine entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount = null;
		}
예제 #4
0
		private void detach_TrnCollectionLines(TrnCollectionLine entity)
		{
			this.SendPropertyChanging();
			entity.TrnSalesInvoice = null;
		}
예제 #5
0
 partial void DeleteTrnCollectionLine(TrnCollectionLine instance);
예제 #6
0
 partial void UpdateTrnCollectionLine(TrnCollectionLine instance);
예제 #7
0
 partial void InsertTrnCollectionLine(TrnCollectionLine instance);