C# 클래스 IdokladSdk.Clients.CurrencyClient

Method for currencies.
상속: BaseClient
파일 보기 프로젝트 열기: mholec/idoklad-sdk-csharp

공개 메소드들

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

메소드 상세

Changes() 공개 메소드

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

Currencies() 공개 메소드

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

Currency() 공개 메소드

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

CurrencyClient() 공개 메소드

public CurrencyClient ( ApiContext apiContext ) : System
apiContext ApiContext
리턴 System