C# Class DineroPortableClientSDK.Ledgers.DineroLedgers

Inheritance: DineroLibaryBase
Afficher le fichier Open project: DineroRegnskab/dinero-csharp-sdk

Méthodes publiques

Méthode Description
Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult

Adds the ledger items to the organization's ledger.

AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task

Adds the ledger items to the organization's ledger.

GetNextVoucherNumberForLedger ( ) : Task

Gets the organization's next voucher number to be used for the ledger.

GetNextVoucherNumberForLedgerAsync ( ) : Task

Gets the organization's next voucher number to be used for the ledger.

Private Methods

Méthode Description
DineroLedgers ( Dinero dinero ) : System.Collections.Generic

Method Details

Add() public méthode

Adds the ledger items to the organization's ledger.
public Add ( CreateLedgerItemCollection ledgerItemsToAdd ) : EmptyDineroResult
ledgerItemsToAdd CreateLedgerItemCollection A collection of the ledger items to add.
Résultat EmptyDineroResult

AddAsync() public méthode

Adds the ledger items to the organization's ledger.
public AddAsync ( CreateLedgerItemCollection ledgerItemsToAdd ) : Task
ledgerItemsToAdd CreateLedgerItemCollection A collection of the ledger items to add.
Résultat Task

GetNextVoucherNumberForLedger() public méthode

Gets the organization's next voucher number to be used for the ledger.
public GetNextVoucherNumberForLedger ( ) : Task
Résultat Task

GetNextVoucherNumberForLedgerAsync() public méthode

Gets the organization's next voucher number to be used for the ledger.
public GetNextVoucherNumberForLedgerAsync ( ) : Task
Résultat Task