Click or drag to resize
companyDataSetScadenzeDataTableAddScadenzeRow Method (companyDataSetAnagraficheRow, companyDataSetDocumentiRow, companyDataSetRegistrazioniContabiliRow, companyDataSetModalitàPagamentoRow, companyDataSetDistinteRiBaRow, Boolean, Int32, DateTime, Int32, String, DateTime, DateTime, Double, Int32, Int32, String, companyDataSetPartiteRow, DateTime, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetScadenzeRow AddScadenzeRow(
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Scadenze,
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Scadenze,
	companyDataSetRegistrazioniContabiliRow parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze,
	companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze,
	companyDataSetDistinteRiBaRow parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze,
	bool IsPagataManualmente,
	int TipoScadenza,
	DateTime DocumentoData,
	int DocumentoNumeroParteNumerica,
	string DocumentoNumeroParteTesto,
	DateTime DataScadenza,
	DateTime DataPagamento,
	double Importo,
	int PartitaAnno,
	int PartitaNumero,
	string Note,
	companyDataSetPartiteRow parentPartiteRowByFK_Partite_Scadenze,
	DateTime TimeStamp,
	string Descrizione
)

Parameters

parentAnagraficheRowByFK_Anagrafiche_Scadenze
Type: Amica.DatacompanyDataSetAnagraficheRow
parentDocumentiRowByFK_Documenti_Scadenze
Type: Amica.DatacompanyDataSetDocumentiRow
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze
Type: Amica.DatacompanyDataSetRegistrazioniContabiliRow
parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze
Type: Amica.DatacompanyDataSetModalitàPagamentoRow
parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze
Type: Amica.DatacompanyDataSetDistinteRiBaRow
IsPagataManualmente
Type: SystemBoolean
TipoScadenza
Type: SystemInt32
DocumentoData
Type: SystemDateTime
DocumentoNumeroParteNumerica
Type: SystemInt32
DocumentoNumeroParteTesto
Type: SystemString
DataScadenza
Type: SystemDateTime
DataPagamento
Type: SystemDateTime
Importo
Type: SystemDouble
PartitaAnno
Type: SystemInt32
PartitaNumero
Type: SystemInt32
Note
Type: SystemString
parentPartiteRowByFK_Partite_Scadenze
Type: Amica.DatacompanyDataSetPartiteRow
TimeStamp
Type: SystemDateTime
Descrizione
Type: SystemString

Return Value

Type: companyDataSetScadenzeRow
See Also