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