Click or drag to resize
companyDataSet.CastellettoIVADataTable.AddCastellettoIVARow Method (companyDataSet.RegistrazioniContabiliRow, companyDataSet.CausaliIVARow, companyDataSet.RegistriIVARow, 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 companyDataSet. CastellettoIVARow AddCastellettoIVARow(
	companyDataSet. RegistrazioniContabiliRow parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA,
	companyDataSet. CausaliIVARow parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA,
	companyDataSet. RegistriIVARow 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.Data.companyDataSet.RegistrazioniContabiliRow
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA
Type: Amica.Data.companyDataSet.CausaliIVARow
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA
Type: Amica.Data.companyDataSet.RegistriIVARow
Imponibile
Type: System.Double
Imposta
Type: System.Double
Detraibile
Type: System.Double
NonDetraibile
Type: System.Double
Totale
Type: System.Double
SegnoIVA
Type: System.Int16
DataRegistrazione
Type: System.DateTime
DataDocumento
Type: System.DateTime
NumeroDocumentoParteNumerica
Type: System.Int32
NumeroDocumentoParteTesto
Type: System.String
Protocollo
Type: System.Int32
CausaleIVACodice
Type: System.String
CausaleIVADescrizione
Type: System.String
CausaleIVAAliquota
Type: System.Double
IsCEE
Type: System.Boolean
ImponibileSegnato
Type: System.Double
ImpostaSegnata
Type: System.Double
TotaleSegnato
Type: System.Double
DetraibileSegnato
Type: System.Double
NonDetraibileSegnato
Type: System.Double
TimeStamp
Type: System.DateTime
RegistroIVANome
Type: System.String
RagioneSociale
Type: System.String
IsCausaleIVASplitPayment
Type: System.Boolean

Return Value

Type: companyDataSet.CastellettoIVARow
See Also