Ejemplo n.º 1
0
		private void detach_purchaseOrderLines(purchaseOrderLine entity)
		{
			this.SendPropertyChanging();
			entity.lineType = null;
		}
Ejemplo n.º 2
0
		private void attach_purchaseOrderLines(purchaseOrderLine entity)
		{
			this.SendPropertyChanging();
			entity.document = this;
		}
Ejemplo n.º 3
0
		private void attach_purchaseOrderLines(purchaseOrderLine entity)
		{
			this.SendPropertyChanging();
			entity.lineStatus = this;
		}
Ejemplo n.º 4
0
		private void detach_purchaseOrderLines(purchaseOrderLine entity)
		{
			this.SendPropertyChanging();
			entity.unitOfMeasureOrg = null;
		}
Ejemplo n.º 5
0
		private void attach_purchaseOrderLines(purchaseOrderLine entity)
		{
			this.SendPropertyChanging();
			entity.unitOfMeasure = this;
		}
Ejemplo n.º 6
0
 partial void DeletepurchaseOrderLine(purchaseOrderLine instance);
Ejemplo n.º 7
0
 partial void UpdatepurchaseOrderLine(purchaseOrderLine instance);
Ejemplo n.º 8
0
 partial void InsertpurchaseOrderLine(purchaseOrderLine instance);