Ejemplo n.º 1
0
 partial void DeletegoodsReceipt(goodsReceipt instance);
Ejemplo n.º 2
0
 partial void InsertgoodsReceipt(goodsReceipt instance);
Ejemplo n.º 3
0
 partial void UpdategoodsReceipt(goodsReceipt instance);
Ejemplo n.º 4
0
		private void detach_goodsReceipts(goodsReceipt entity)
		{
			this.SendPropertyChanging();
			entity.document = null;
		}
Ejemplo n.º 5
0
		private void attach_goodsReceipts(goodsReceipt entity)
		{
			this.SendPropertyChanging();
			entity.docStatus = this;
		}
Ejemplo n.º 6
0
		private void attach_goodsReceipts(goodsReceipt entity)
		{
			this.SendPropertyChanging();
			entity.currency = this;
		}
Ejemplo n.º 7
0
		private void detach_goodsReceipts(goodsReceipt entity)
		{
			this.SendPropertyChanging();
			entity.businessPartner = null;
		}
Ejemplo n.º 8
0
		private void attach_goodsReceipts(goodsReceipt entity)
		{
			this.SendPropertyChanging();
			entity.project = this;
		}