Exemplo n.º 1
0
		private void attach_TrnSalesInvoiceItems(TrnSalesInvoiceItem entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = this;
		}
Exemplo n.º 2
0
		private void detach_TrnSalesInvoiceItems(TrnSalesInvoiceItem entity)
		{
			this.SendPropertyChanging();
			entity.MstArticleInventory = null;
		}
Exemplo n.º 3
0
		private void detach_TrnSalesInvoiceItems(TrnSalesInvoiceItem entity)
		{
			this.SendPropertyChanging();
			entity.TrnSalesInvoice = null;
		}
Exemplo n.º 4
0
 partial void DeleteTrnSalesInvoiceItem(TrnSalesInvoiceItem instance);
Exemplo n.º 5
0
 partial void UpdateTrnSalesInvoiceItem(TrnSalesInvoiceItem instance);
Exemplo n.º 6
0
 partial void InsertTrnSalesInvoiceItem(TrnSalesInvoiceItem instance);
Exemplo n.º 7
0
		private void attach_TrnSalesInvoiceItems1(TrnSalesInvoiceItem entity)
		{
			this.SendPropertyChanging();
			entity.MstUnit1 = this;
		}