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