C# Class DineroPortableClientSDK.Organizations.DineroOrganizations

Inheritance: DineroLibaryBase
显示文件 Open project: DineroRegnskab/dinero-csharp-sdk

Public Methods

Method Description
GetList ( string fields = null ) : OrganizationCollection

Gets a list of the users organizations.

GetListAsync ( string fields = null ) : Task

Gets a list of the users organizations.

Private Methods

Method Description
DineroOrganizations ( Dinero dinero ) : System.Collections.Generic

Method Details

GetList() public method

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.
return OrganizationCollection

GetListAsync() public method

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.
return Task