| companyDataSetScadenzeDataTableAddScadenzeRow Method (companyDataSetAnagraficheRow, companyDataSetDocumentiRow, companyDataSetRegistrazioniContabiliRow, companyDataSetModalitàPagamentoRow, companyDataSetDistinteRiBaRow, Boolean, Int32, DateTime, Int32, String, DateTime, DateTime, Double, Int32, Int32, String, companyDataSetPartiteRow, DateTime, String) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetScadenzeRow AddScadenzeRow(
companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Scadenze,
companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Scadenze,
companyDataSetRegistrazioniContabiliRow parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze,
companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze,
companyDataSetDistinteRiBaRow parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze,
bool IsPagataManualmente,
int TipoScadenza,
DateTime DocumentoData,
int DocumentoNumeroParteNumerica,
string DocumentoNumeroParteTesto,
DateTime DataScadenza,
DateTime DataPagamento,
double Importo,
int PartitaAnno,
int PartitaNumero,
string Note,
companyDataSetPartiteRow parentPartiteRowByFK_Partite_Scadenze,
DateTime TimeStamp,
string Descrizione
)
Public Function AddScadenzeRow (
parentAnagraficheRowByFK_Anagrafiche_Scadenze As companyDataSetAnagraficheRow,
parentDocumentiRowByFK_Documenti_Scadenze As companyDataSetDocumentiRow,
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze As companyDataSetRegistrazioniContabiliRow,
parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze As companyDataSetModalitàPagamentoRow,
parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze As companyDataSetDistinteRiBaRow,
IsPagataManualmente As Boolean,
TipoScadenza As Integer,
DocumentoData As DateTime,
DocumentoNumeroParteNumerica As Integer,
DocumentoNumeroParteTesto As String,
DataScadenza As DateTime,
DataPagamento As DateTime,
Importo As Double,
PartitaAnno As Integer,
PartitaNumero As Integer,
Note As String,
parentPartiteRowByFK_Partite_Scadenze As companyDataSetPartiteRow,
TimeStamp As DateTime,
Descrizione As String
) As companyDataSetScadenzeRow
member AddScadenzeRow :
parentAnagraficheRowByFK_Anagrafiche_Scadenze : companyDataSetAnagraficheRow *
parentDocumentiRowByFK_Documenti_Scadenze : companyDataSetDocumentiRow *
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze : companyDataSetRegistrazioniContabiliRow *
parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze : companyDataSetModalitàPagamentoRow *
parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze : companyDataSetDistinteRiBaRow *
IsPagataManualmente : bool *
TipoScadenza : int *
DocumentoData : DateTime *
DocumentoNumeroParteNumerica : int *
DocumentoNumeroParteTesto : string *
DataScadenza : DateTime *
DataPagamento : DateTime *
Importo : float *
PartitaAnno : int *
PartitaNumero : int *
Note : string *
parentPartiteRowByFK_Partite_Scadenze : companyDataSetPartiteRow *
TimeStamp : DateTime *
Descrizione : string -> companyDataSetScadenzeRow
Parameters
- parentAnagraficheRowByFK_Anagrafiche_Scadenze
- Type: Amica.DatacompanyDataSetAnagraficheRow
- parentDocumentiRowByFK_Documenti_Scadenze
- Type: Amica.DatacompanyDataSetDocumentiRow
- parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_Scadenze
- Type: Amica.DatacompanyDataSetRegistrazioniContabiliRow
- parentModalitàPagamentoRowByFK_ModalitàPagamento_Scadenze
- Type: Amica.DatacompanyDataSetModalitàPagamentoRow
- parentDistinteRiBaRowByFK_DistinteRiBa_Scadenze
- Type: Amica.DatacompanyDataSetDistinteRiBaRow
- IsPagataManualmente
- Type: SystemBoolean
- TipoScadenza
- Type: SystemInt32
- DocumentoData
- Type: SystemDateTime
- DocumentoNumeroParteNumerica
- Type: SystemInt32
- DocumentoNumeroParteTesto
- Type: SystemString
- DataScadenza
- Type: SystemDateTime
- DataPagamento
- Type: SystemDateTime
- Importo
- Type: SystemDouble
- PartitaAnno
- Type: SystemInt32
- PartitaNumero
- Type: SystemInt32
- Note
- Type: SystemString
- parentPartiteRowByFK_Partite_Scadenze
- Type: Amica.DatacompanyDataSetPartiteRow
- TimeStamp
- Type: SystemDateTime
- Descrizione
- Type: SystemString
Return Value
Type:
companyDataSetScadenzeRowSee Also