Table of Contents

Interface IClearStrategy

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

Represents a clear strategy for clearing measure cycles in a TypeResult.

public interface IClearStrategy

Methods

IsClearRequired(string)

Gets a value indicating whether the clear is required for the type. (E. g. if it is too old.)

bool IsClearRequired(string typeIdentifier)

Parameters

typeIdentifier string

The identifier for the type.

Returns

bool

True if the Result needs to be cleared.

Events

ClearRequirementChanged

Occurs when the clear requirement changed.

event EventHandler<ClearRequirementChangedEventArgs> ClearRequirementChanged

Event Type

EventHandler<ClearRequirementChangedEventArgs>