C# Class trellow.api.Internal.AsyncTrello

Inheritance: IAsyncTrello
Exibir arquivo Open project: Bunk/trellow

Public Methods

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

Private Methods

Method Description
AsyncTrello ( TrelloRestClient restClient ) : System

Method Details

Search() public method

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