Method | Description | |
---|---|---|
GetPostsController ( IDatabase database ) : System |
Constructor.
|
Method | Description | |
---|---|---|
Execute ( string q = null, int skip, int take = 100, IRequestMetadata |
||
Predicate ( string searchText ) : Predicate |
Returns a prediate to use for filtering the entities to return.
|
public GetPostsController ( IDatabase database ) : System | ||
database | IDatabase | The databsae instance. |
return | System |