partial void InsertgoodsReceiptLine(goodsReceiptLine instance);
 partial void UpdategoodsReceiptLine(goodsReceiptLine instance);
		private void attach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.lineStatus = this;
		}
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.lineType = null;
		}
		private void detach_goodsReceiptLines1(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.document1 = null;
		}
		private void attach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.unitOfMeasure = null;
		}
		private void detach_goodsReceiptLines(goodsReceiptLine entity)
		{
			this.SendPropertyChanging();
			entity.purchaseOrderLine = null;
		}
 partial void DeletegoodsReceiptLine(goodsReceiptLine instance);