A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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