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