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