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