Click or drag to resize
companyDataSetPagamentiDataTableAddPagamentiRow Method (companyDataSetModalitàPagamentoRow, companyDataSetModelliRow, companyDataSetSpeseRow, String, Int32, Double, Int32, Int32, Int32, Int32, Boolean, String, DateTime, companyDataSetBancheRow, Boolean, Int32, Boolean)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetPagamentiRow AddPagamentiRow(
	companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti,
	companyDataSetModelliRow parentModelliRowByFK_Modelli_Pagamenti,
	companyDataSetSpeseRow parentSpeseRowByFK_Spese_Pagamenti,
	string Nome,
	int TipoPrimaRata,
	double Sconto,
	int InizioScadenze,
	int PeriodoPrimaRata,
	int Periodicità,
	int Rate,
	bool IsInternet,
	string Note,
	DateTime TimeStamp,
	companyDataSetBancheRow parentBancheRowByFK_Banche_Pagamenti,
	bool FineMese,
	int GiorniExtra,
	bool GiorniEsatti
)

Parameters

parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti
Type: Amica.DatacompanyDataSetModalitàPagamentoRow
parentModelliRowByFK_Modelli_Pagamenti
Type: Amica.DatacompanyDataSetModelliRow
parentSpeseRowByFK_Spese_Pagamenti
Type: Amica.DatacompanyDataSetSpeseRow
Nome
Type: SystemString
TipoPrimaRata
Type: SystemInt32
Sconto
Type: SystemDouble
InizioScadenze
Type: SystemInt32
PeriodoPrimaRata
Type: SystemInt32
Periodicità
Type: SystemInt32
Rate
Type: SystemInt32
IsInternet
Type: SystemBoolean
Note
Type: SystemString
TimeStamp
Type: SystemDateTime
parentBancheRowByFK_Banche_Pagamenti
Type: Amica.DatacompanyDataSetBancheRow
FineMese
Type: SystemBoolean
GiorniExtra
Type: SystemInt32
GiorniEsatti
Type: SystemBoolean

Return Value

Type: companyDataSetPagamentiRow
See Also