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