Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
The main interface that provides the service implementations to the MAI framework. Any interface that you do not want to support must have an implementation but every method can throw NotImplementedException.
System.Object
DemoConnector.Services.ProviderServices
public class ProviderServices : IProviderServices
Initializes a new instance of the ProviderServices class.
public ProviderServices()
Not used by MAI; OK to throw NotImplementedException, unless your specific implementation can use it.
public IAuthenticationService AuthenticationService { get; }
Returns the IListService to the MAI framework.
public IListService ListService { get; }
Returns the IProfileService to the MAI framework.
public IProfileService ProfileService { get; }
Returns the IProgramService to the MAI framework.
public IProgramService ProgramService { get; }
Returns the IScoringService to the MAI framework.
public IScoringService ScoringService { get; }
Last updated: Dec 10, 2015