IMetricController is defined in the Telligent.Evolution.Extensibility.Scoring.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IMetricController
{
void DeleteValue(Guid contentId, Guid contentTypeId);
void FlagCalculatedMetricsForRecalculation();
void QueueValueForUpdate(Guid contentId, Guid contentTypeId);
void UpdateValue(Guid contentId, Guid contentTypeId, double value);
}
Methods
void DeleteValue(Guid contentId, Guid contentTypeId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required | ||
| contentTypeId | Guid | Content Type Id | Required |
void FlagCalculatedMetricsForRecalculation();
void QueueValueForUpdate(Guid contentId, Guid contentTypeId);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required | ||
| contentTypeId | Guid | Content Type Id | Required |
void UpdateValue(Guid contentId, Guid contentTypeId, double value);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentId | Guid | Content Id | Required | ||
| contentTypeId | Guid | Content Type Id | Required | ||
| value | double | Value | Required |