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