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

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,
	string Intestazione,
	bool IsPagata,
	bool IsRiBa,
	string BancaAnagrafica,
	string Accorpamento,
	string TipoDocumento,
	string BancaPresentazione,
	double ImportoPagato,
	double ImportoDaPagare,
	companyDataSetPartiteRow parentPartiteRowByFK_Partite_Scadenze,
	DateTime TimeStamp,
	string DocumentoNumero,
	string BancaCC,
	string BancaNome,
	string BancaABI,
	string BancaCAB,
	string BancaIBAN,
	string Descrizione,
	string Collegamento,
	string ContoCliente,
	string ContoFornitore,
	int IdAgente
)

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
Intestazione
Type: SystemString
IsPagata
Type: SystemBoolean
IsRiBa
Type: SystemBoolean
BancaAnagrafica
Type: SystemString
Accorpamento
Type: SystemString
TipoDocumento
Type: SystemString
BancaPresentazione
Type: SystemString
ImportoPagato
Type: SystemDouble
ImportoDaPagare
Type: SystemDouble
parentPartiteRowByFK_Partite_Scadenze
Type: Amica.DatacompanyDataSetPartiteRow
TimeStamp
Type: SystemDateTime
DocumentoNumero
Type: SystemString
BancaCC
Type: SystemString
BancaNome
Type: SystemString
BancaABI
Type: SystemString
BancaCAB
Type: SystemString
BancaIBAN
Type: SystemString
Descrizione
Type: SystemString
Collegamento
Type: SystemString
ContoCliente
Type: SystemString
ContoFornitore
Type: SystemString
IdAgente
Type: SystemInt32

Return Value

Type: companyDataSetScadenzeRow
See Also