C# Class DineroPortableClientSDK.Organizations.DineroOrganizations

Inheritance: DineroLibaryBase
Afficher le fichier Open project: DineroRegnskab/dinero-csharp-sdk

Méthodes publiques

Méthode 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

Méthode Description
DineroOrganizations ( Dinero dinero ) : System.Collections.Generic

Method Details

GetList() public méthode

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.
Résultat OrganizationCollection

GetListAsync() public méthode

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.
Résultat Task