Click or drag to resize
companyDataSetCastellettoIVADataTableAddCastellettoIVARow Method (companyDataSetRegistrazioniContabiliRow, companyDataSetCausaliIVARow, companyDataSetRegistriIVARow, Double, Double, Double, Double, Double, Int16, DateTime, DateTime, Int32, String, Int32, String, String, Double, Boolean, Double, Double, Double, Double, Double, DateTime, String, String, Boolean)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetCastellettoIVARow AddCastellettoIVARow(
	companyDataSetRegistrazioniContabiliRow parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA,
	companyDataSetRegistriIVARow parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA,
	double Imponibile,
	double Imposta,
	double Detraibile,
	double NonDetraibile,
	double Totale,
	short SegnoIVA,
	DateTime DataRegistrazione,
	DateTime DataDocumento,
	int NumeroDocumentoParteNumerica,
	string NumeroDocumentoParteTesto,
	int Protocollo,
	string CausaleIVACodice,
	string CausaleIVADescrizione,
	double CausaleIVAAliquota,
	bool IsCEE,
	double ImponibileSegnato,
	double ImpostaSegnata,
	double TotaleSegnato,
	double DetraibileSegnato,
	double NonDetraibileSegnato,
	DateTime TimeStamp,
	string RegistroIVANome,
	string RagioneSociale,
	bool IsCausaleIVASplitPayment
)

Parameters

parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA
Type: Amica.DatacompanyDataSetRegistrazioniContabiliRow
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA
Type: Amica.DatacompanyDataSetCausaliIVARow
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA
Type: Amica.DatacompanyDataSetRegistriIVARow
Imponibile
Type: SystemDouble
Imposta
Type: SystemDouble
Detraibile
Type: SystemDouble
NonDetraibile
Type: SystemDouble
Totale
Type: SystemDouble
SegnoIVA
Type: SystemInt16
DataRegistrazione
Type: SystemDateTime
DataDocumento
Type: SystemDateTime
NumeroDocumentoParteNumerica
Type: SystemInt32
NumeroDocumentoParteTesto
Type: SystemString
Protocollo
Type: SystemInt32
CausaleIVACodice
Type: SystemString
CausaleIVADescrizione
Type: SystemString
CausaleIVAAliquota
Type: SystemDouble
IsCEE
Type: SystemBoolean
ImponibileSegnato
Type: SystemDouble
ImpostaSegnata
Type: SystemDouble
TotaleSegnato
Type: SystemDouble
DetraibileSegnato
Type: SystemDouble
NonDetraibileSegnato
Type: SystemDouble
TimeStamp
Type: SystemDateTime
RegistroIVANome
Type: SystemString
RagioneSociale
Type: SystemString
IsCausaleIVASplitPayment
Type: SystemBoolean

Return Value

Type: companyDataSetCastellettoIVARow
See Also