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.
Interface for working with provider scoring.
System.Object
DemoConnector.Services.ScoringService
public class ScoringService : IScoringService
Initializes a new instance of the ScoringService class.
public ScoringService()
Return a collection of ScoringModel objects.
public IEnumerable<ScoringModel> GetAllScoringModels()
Return the list of scoring types.
public IEnumerable<KeyValuePair<string, string>> GetAllScoringTypes()
Return a collection of ScoringModelValues for the modelId.
public IEnumerable<ScoringModelValues> GetScoringForProfile(
Profile profile,
int modelId
)
Returns the scoring rank collection.
public IEnumerable<KeyValuePair<string, string>> GetScoringRank(
string scoringModelId
)
Last updated: Dec 10, 2015