| companyDataSetMovimentiDataTableAddMovimentiRow Method (companyDataSetCausaliMagazzinoRow, companyDataSetAnagraficheRow, companyDataSetDocumentiRow, Boolean, DateTime, String, String, DateTime, String, Int16, Boolean, String, DateTime, String, String, String, Boolean, Int32, Double, Double, Double, Double, Double) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetMovimentiRow AddMovimentiRow(
companyDataSetCausaliMagazzinoRow parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti,
companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Movimenti,
companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Movimenti,
bool IsIvaEsclusa,
DateTime Data,
string Nome,
string NumeroDoc,
DateTime DataDocumento,
string Note,
short TipoCausale,
bool IsCarico,
string NomeCausale,
DateTime TimeStamp,
string RagioneSociale,
string Provincia,
string Località,
bool Scontrino,
int IdModalitaPagamento,
double ImportoVersato,
double Sconto,
double TotaleMerceIvato,
double Resto,
double TotaleNettoIvato
)
Public Function AddMovimentiRow (
parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti As companyDataSetCausaliMagazzinoRow,
parentAnagraficheRowByFK_Anagrafiche_Movimenti As companyDataSetAnagraficheRow,
parentDocumentiRowByFK_Documenti_Movimenti As companyDataSetDocumentiRow,
IsIvaEsclusa As Boolean,
Data As DateTime,
Nome As String,
NumeroDoc As String,
DataDocumento As DateTime,
Note As String,
TipoCausale As Short,
IsCarico As Boolean,
NomeCausale As String,
TimeStamp As DateTime,
RagioneSociale As String,
Provincia As String,
Località As String,
Scontrino As Boolean,
IdModalitaPagamento As Integer,
ImportoVersato As Double,
Sconto As Double,
TotaleMerceIvato As Double,
Resto As Double,
TotaleNettoIvato As Double
) As companyDataSetMovimentiRow
member AddMovimentiRow :
parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti : companyDataSetCausaliMagazzinoRow *
parentAnagraficheRowByFK_Anagrafiche_Movimenti : companyDataSetAnagraficheRow *
parentDocumentiRowByFK_Documenti_Movimenti : companyDataSetDocumentiRow *
IsIvaEsclusa : bool *
Data : DateTime *
Nome : string *
NumeroDoc : string *
DataDocumento : DateTime *
Note : string *
TipoCausale : int16 *
IsCarico : bool *
NomeCausale : string *
TimeStamp : DateTime *
RagioneSociale : string *
Provincia : string *
Località : string *
Scontrino : bool *
IdModalitaPagamento : int *
ImportoVersato : float *
Sconto : float *
TotaleMerceIvato : float *
Resto : float *
TotaleNettoIvato : float -> companyDataSetMovimentiRow
Parameters
- parentCausaliMagazzinoRowByFK_CausaliMagazzino_Movimenti
- Type: Amica.DatacompanyDataSetCausaliMagazzinoRow
- parentAnagraficheRowByFK_Anagrafiche_Movimenti
- Type: Amica.DatacompanyDataSetAnagraficheRow
- parentDocumentiRowByFK_Documenti_Movimenti
- Type: Amica.DatacompanyDataSetDocumentiRow
- IsIvaEsclusa
- Type: SystemBoolean
- Data
- Type: SystemDateTime
- Nome
- Type: SystemString
- NumeroDoc
- Type: SystemString
- DataDocumento
- Type: SystemDateTime
- Note
- Type: SystemString
- TipoCausale
- Type: SystemInt16
- IsCarico
- Type: SystemBoolean
- NomeCausale
- Type: SystemString
- TimeStamp
- Type: SystemDateTime
- RagioneSociale
- Type: SystemString
- Provincia
- Type: SystemString
- Località
- Type: SystemString
- Scontrino
- Type: SystemBoolean
- IdModalitaPagamento
- Type: SystemInt32
- ImportoVersato
- Type: SystemDouble
- Sconto
- Type: SystemDouble
- TotaleMerceIvato
- Type: SystemDouble
- Resto
- Type: SystemDouble
- TotaleNettoIvato
- Type: SystemDouble
Return Value
Type:
companyDataSetMovimentiRowSee Also