 | 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.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntaxpublic 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
)
Public Function AddCastellettoIVARow (
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA As companyDataSet.RegistrazioniContabiliRow,
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA As companyDataSet.CausaliIVARow,
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA As companyDataSet.RegistriIVARow,
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 companyDataSet.CastellettoIVARow
member AddCastellettoIVARow :
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA : companyDataSet. RegistrazioniContabiliRow *
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA : companyDataSet. CausaliIVARow *
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA : companyDataSet. RegistriIVARow *
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 -> companyDataSet. CastellettoIVARow
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