Click or drag to resize
companyDataSetRiepilogoRegistroIVADataTableAddRiepilogoRegistroIVARow Method (companyDataSetRegistriIVA_ElaborazioneRow, Int32, String, String, Double, Boolean, Double, Double, Double, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetRiepilogoRegistroIVARow AddRiepilogoRegistroIVARow(
	companyDataSetRegistriIVA_ElaborazioneRow parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA,
	int IdCausaleIVA,
	string CausaleIVACodice,
	string CausaleIVADescrizione,
	double CausaleIVAAliquota,
	bool IsCEE,
	double Imponibile,
	double Imposta,
	double Detraibile,
	double NonDetraibile
)

Parameters

parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA
Type: Amica.DatacompanyDataSetRegistriIVA_ElaborazioneRow
IdCausaleIVA
Type: SystemInt32
CausaleIVACodice
Type: SystemString
CausaleIVADescrizione
Type: SystemString
CausaleIVAAliquota
Type: SystemDouble
IsCEE
Type: SystemBoolean
Imponibile
Type: SystemDouble
Imposta
Type: SystemDouble
Detraibile
Type: SystemDouble
NonDetraibile
Type: SystemDouble

Return Value

Type: companyDataSetRiepilogoRegistroIVARow
See Also