C# 클래스 Altairis.Fakturoid.Client.FakturoidBankAccountsProxy

Proxy class form working with bank accounts
상속: FakturoidEntityProxy
파일 보기 프로젝트 열기: ridercz/Fakturoid-API

공개 메소드들

메소드 설명
Select ( ) : IEnumerable

Gets list of all bank accounts.

SelectAsync ( ) : Task>

Gets asynchronously list of all bank accounts.

비공개 메소드들

메소드 설명
FakturoidBankAccountsProxy ( FakturoidContext context ) : System.Collections.Generic

메소드 상세

Select() 공개 메소드

Gets list of all bank accounts.
public Select ( ) : IEnumerable
리턴 IEnumerable

SelectAsync() 공개 메소드

Gets asynchronously list of all bank accounts.
public SelectAsync ( ) : Task>
리턴 Task>