예제 #1
0
 partial void InsertgoodsReceiptLine(goodsReceiptLine instance);
예제 #2
0
 partial void UpdategoodsReceiptLine(goodsReceiptLine instance);
예제 #3
0
		private void attach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.lineStatus = this;
		}
예제 #4
0
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.lineType = null;
		}
예제 #5
0
		private void detach_goodsReceiptLines1(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.document1 = null;
		}
예제 #6
0
		private void attach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
예제 #7
0
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.unitOfMeasure = null;
		}
예제 #8
0
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.purchaseOrderLine = null;
		}
예제 #9
0
 partial void DeletegoodsReceiptLine(goodsReceiptLine instance);