C# 클래스 DineroPortableClientSDK.Organizations.DineroOrganizations

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

공개 메소드들

메소드 설명
GetList ( string fields = null ) : OrganizationCollection

Gets a list of the users organizations.

GetListAsync ( string fields = null ) : Task

Gets a list of the users organizations.

비공개 메소드들

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

메소드 상세

GetList() 공개 메소드

Gets a list of the users organizations.
public GetList ( string fields = null ) : OrganizationCollection
fields string Comma separated list of properties to fetch in the resultset, e.g. "Name, Id, IsPro". /// If left empty, the server default is used.
리턴 OrganizationCollection

GetListAsync() 공개 메소드

Gets a list of the users organizations.
public GetListAsync ( string fields = null ) : Task
fields string Comma separated list of properties to fetch in the resultset, e.g. "Name, Id, IsPro". /// If left empty, the server default is used.
리턴 Task