IJob | |
public interface IJobTitleEntityService : IJobTitleQueryService, IBusinessService
The IJobTitleEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new JobTitle | |
| Delete | Deletes the specified JobTitle. | |
| Get |
Gets a list of JobTitles matching the specified filter.
(Inherited from IJobTitleQueryService) | |
| GetAll |
Gets all JobTitles
(Inherited from IJobTitleQueryService) | |
| GetSingle |
Gets a single JobTitle matching the provided filter.
(Inherited from IJobTitleQueryService) | |
| Update | Updates the specified JobTitle |