A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn 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