Class QuestDefinitionService#
Defined in File QuestDefinitionService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
Class Documentation#
- class xbe.sdk.QuestDefinitionService : xbe.sdk.ServiceBase#
Public Functions
- QuestDefinitionService ()#
- Task<List<QuestDefinition>> FindAll (Dictionary<string, string> query = null)#
Retrieves a list of objects matching the specified search parameters.
- Param query:
A map of property names to values to search for.
- Return:
A task whose result is a list of objects matching the specified search parameters.
- Task<QuestDefinition> FindById (string id)#
Retrieves an instance of QuestDefinition with the specified unique identifier.
- Param id:
The id value which uniquely identifies the object.
- Return:
A task whose result is the object with the specified identifier if found.
- Task<long?> Count (Dictionary<string, string> query = null)#
Retrieves the Entities Count based on the given criteria.
- Return:
Entity Count