IScore
is defined in the Telligent.Evolution.Extensibility.Scoring.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IScore : IPlugin { bool AreDecayOverridesEnabledByDefault { get; } int DefaultHalfLife { get; } IEnumerable<Guid> DefaultMetricIds { get; } Guid Id { get; } bool IsDecayEnabledByDefault { get; } string ScoreDescription { get; } string ScoreName { get; } void SetController(IScoreController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AreDecayOverridesEnabledByDefault | bool | |||
DefaultHalfLife | int | |||
DefaultMetricIds | IEnumerable<Guid> | |||
Id | Guid | |||
IsDecayEnabledByDefault | bool | |||
ScoreDescription | string | |||
ScoreName | string |
Methods
void SetController(IScoreController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | IScoreController | Controller | Required |