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