C# Class trellow.api.Internal.AsyncTrello

Inheritance: IAsyncTrello
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
Search ( string query, int limit = 10, SearchFilter filter = null, IEnumerable modelTypes = null, System.DateTime since = null, bool partial = false ) : Task

Private Methods

Méthode Description
AsyncTrello ( TrelloRestClient restClient ) : System

Method Details

Search() public méthode

public Search ( string query, int limit = 10, SearchFilter filter = null, IEnumerable modelTypes = null, System.DateTime since = null, bool partial = false ) : Task
query string
limit int
filter trellow.api.Search.SearchFilter
modelTypes IEnumerable
since System.DateTime
partial bool
Résultat Task