Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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