C# 클래스 DineroPortableClientSDK.Ledgers.DineroLedgers

상속: DineroLibaryBase
파일 보기 프로젝트 열기: DineroRegnskab/dinero-csharp-sdk

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
DineroLedgers ( Dinero dinero ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

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

AddAsync() 공개 메소드

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

GetNextVoucherNumberForLedger() 공개 메소드

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

GetNextVoucherNumberForLedgerAsync() 공개 메소드

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