Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Populate ( int userID = null, bool completedQuests = false, bool partiallyCompletedQuests = false, bool incompleteQuests = false, bool inactiveQuests = false, bool trackedQuests = false, bool userGeneratedQuests = false, int start = null, int count = null, String search = null, |
Populates a view model with a list of quests
|
public static Populate ( int userID = null, bool completedQuests = false, bool partiallyCompletedQuests = false, bool incompleteQuests = false, bool inactiveQuests = false, bool trackedQuests = false, bool userGeneratedQuests = false, int start = null, int count = null, String search = null, |
||
userID | int | The id of a user for user-related searches |
completedQuests | bool | Only include completed quests? |
partiallyCompletedQuests | bool | Only include partially completed quests? |
incompleteQuests | bool | Only include fully incomplete quests? |
inactiveQuests | bool | Include inactive quests? |
trackedQuests | bool | Show only tracked quests? |
userGeneratedQuests | bool | Include user generated quests? |
start | int | |
count | int | |
search | String | A string for searching |
work | The unit of work for DB access. If null, one will be created. | |
Результат |