C# Класс DineroPortableClientSDK.Organizations.DineroOrganizations

Наследование: DineroLibaryBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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