C# Class IdokladSdk.Clients.CurrencyClient

Method for currencies.
Inheritance: BaseClient
显示文件 Open project: mholec/idoklad-sdk-csharp

Public Methods

Method Description
Changes ( ChangeFilter filter ) : RowsResultWrapper

GET api/Currencies/GetChanges Method returns list of currencies, that were changed.

Currencies ( Paging paging = null ) : RowsResultWrapper

api/Currencies Method returns list of currencies.

Currency ( int currencyId ) : Currency

api/Currencies/{id} Method returns currency by Id.

CurrencyClient ( ApiContext apiContext ) : System

Method Details

Changes() public method

GET api/Currencies/GetChanges Method returns list of currencies, that were changed.
public Changes ( ChangeFilter filter ) : RowsResultWrapper
filter IdokladSdk.ApiFilters.ChangeFilter
return RowsResultWrapper

Currencies() public method

api/Currencies Method returns list of currencies.
public Currencies ( Paging paging = null ) : RowsResultWrapper
paging IdokladSdk.ApiFilters.Paging
return RowsResultWrapper

Currency() public method

api/Currencies/{id} Method returns currency by Id.
public Currency ( int currencyId ) : Currency
currencyId int
return Currency

CurrencyClient() public method

public CurrencyClient ( ApiContext apiContext ) : System
apiContext ApiContext
return System