Table of Contents

Class IndicatorEvaluationCompletedEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Event raised when per-cell indicator evaluation has completed for a preview instance.

public sealed class IndicatorEvaluationCompletedEvent : ServiceEvent
Inheritance
IndicatorEvaluationCompletedEvent
Inherited Members

Constructors

IndicatorEvaluationCompletedEvent(object, PreviewInstanceId, IReadOnlyList<CellIndicatorEvaluation>, bool)

public IndicatorEvaluationCompletedEvent(object source, PreviewInstanceId previewInstanceId, IReadOnlyList<CellIndicatorEvaluation> cells, bool isOverallValid)

Parameters

source object
previewInstanceId PreviewInstanceId
cells IReadOnlyList<CellIndicatorEvaluation>
isOverallValid bool

Properties

Cells

public IReadOnlyList<CellIndicatorEvaluation> Cells { get; }

Property Value

IReadOnlyList<CellIndicatorEvaluation>

IsOverallValid

public bool IsOverallValid { get; }

Property Value

bool

PreviewInstanceId

public PreviewInstanceId PreviewInstanceId { get; }

Property Value

PreviewInstanceId