Exemplo n.º 1
0
		private void attach_TrnReceivingReceiptItems(TrnReceivingReceiptItem entity)
		{
			this.SendPropertyChanging();
			entity.TrnReceivingReceipt = this;
		}
Exemplo n.º 2
0
		private void detach_TrnReceivingReceiptItems(TrnReceivingReceiptItem entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}
Exemplo n.º 3
0
		private void detach_TrnReceivingReceiptItems(TrnReceivingReceiptItem entity)
		{
			this.SendPropertyChanging();
			entity.TrnPurchaseOrder = null;
		}
Exemplo n.º 4
0
 partial void DeleteTrnReceivingReceiptItem(TrnReceivingReceiptItem instance);
Exemplo n.º 5
0
 partial void UpdateTrnReceivingReceiptItem(TrnReceivingReceiptItem instance);
Exemplo n.º 6
0
 partial void InsertTrnReceivingReceiptItem(TrnReceivingReceiptItem instance);
Exemplo n.º 7
0
		private void detach_TrnReceivingReceiptItems1(TrnReceivingReceiptItem entity)
		{
			this.SendPropertyChanging();
			entity.MstTaxType1 = null;
		}