| 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.DataAssembly: 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
)
Public Function AddCastellettoIVARow (
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA As companyDataSetRegistrazioniContabiliRow,
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA As companyDataSetCausaliIVARow,
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA As companyDataSetRegistriIVARow,
Imponibile As Double,
Imposta As Double,
Detraibile As Double,
NonDetraibile As Double,
Totale As Double,
SegnoIVA As Short,
DataRegistrazione As DateTime,
DataDocumento As DateTime,
NumeroDocumentoParteNumerica As Integer,
NumeroDocumentoParteTesto As String,
Protocollo As Integer,
CausaleIVACodice As String,
CausaleIVADescrizione As String,
CausaleIVAAliquota As Double,
IsCEE As Boolean,
ImponibileSegnato As Double,
ImpostaSegnata As Double,
TotaleSegnato As Double,
DetraibileSegnato As Double,
NonDetraibileSegnato As Double,
TimeStamp As DateTime,
RegistroIVANome As String,
RagioneSociale As String,
IsCausaleIVASplitPayment As Boolean
) As companyDataSetCastellettoIVARow
member AddCastellettoIVARow :
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA : companyDataSetRegistrazioniContabiliRow *
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA : companyDataSetCausaliIVARow *
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA : companyDataSetRegistriIVARow *
Imponibile : float *
Imposta : float *
Detraibile : float *
NonDetraibile : float *
Totale : float *
SegnoIVA : int16 *
DataRegistrazione : DateTime *
DataDocumento : DateTime *
NumeroDocumentoParteNumerica : int *
NumeroDocumentoParteTesto : string *
Protocollo : int *
CausaleIVACodice : string *
CausaleIVADescrizione : string *
CausaleIVAAliquota : float *
IsCEE : bool *
ImponibileSegnato : float *
ImpostaSegnata : float *
TotaleSegnato : float *
DetraibileSegnato : float *
NonDetraibileSegnato : float *
TimeStamp : DateTime *
RegistroIVANome : string *
RagioneSociale : string *
IsCausaleIVASplitPayment : bool -> companyDataSetCastellettoIVARow
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:
companyDataSetCastellettoIVARowSee Also