Class SkillDefinitionService#
Defined in File SkillDefinitionService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
Class Documentation#
- class xbe.sdk.SkillDefinitionService : xbe.sdk.ServiceBase#
Public Functions
- SkillDefinitionService ()#
- Task<List<SkillDefinition>> 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<SkillDefinition> FindById (string id)#
Retrieves an instance of SkillDefinition 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