Click or drag to resize
companyDataSetMovimentiDataTableAddMovimentiRow Method (companyDataSetCausaliMagazzinoRow, companyDataSetAnagraficheRow, companyDataSetDocumentiRow, Boolean, DateTime, String, String, DateTime, String, DateTime, Boolean, Int32, Double, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetMovimentiRow AddMovimentiRow(
	companyDataSetCausaliMagazzinoRow parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti,
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Movimenti,
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Movimenti,
	bool IsIvaEsclusa,
	DateTime Data,
	string Nome,
	string NumeroDoc,
	DateTime DataDocumento,
	string Note,
	DateTime TimeStamp,
	bool Scontrino,
	int IdModalitaPagamento,
	double ImportoVersato,
	double Sconto
)

Parameters

parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti
Type: Amica.DatacompanyDataSetCausaliMagazzinoRow
parentAnagraficheRowByFK_Anagrafiche_Movimenti
Type: Amica.DatacompanyDataSetAnagraficheRow
parentDocumentiRowByFK_Documenti_Movimenti
Type: Amica.DatacompanyDataSetDocumentiRow
IsIvaEsclusa
Type: SystemBoolean
Data
Type: SystemDateTime
Nome
Type: SystemString
NumeroDoc
Type: SystemString
DataDocumento
Type: SystemDateTime
Note
Type: SystemString
TimeStamp
Type: SystemDateTime
Scontrino
Type: SystemBoolean
IdModalitaPagamento
Type: SystemInt32
ImportoVersato
Type: SystemDouble
Sconto
Type: SystemDouble

Return Value

Type: companyDataSetMovimentiRow
See Also