Interface IClearStrategy
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
typeIdentifierstringThe identifier for the type.
Returns
Events
ClearRequirementChanged
Occurs when the clear requirement changed.
event EventHandler<ClearRequirementChangedEventArgs> ClearRequirementChanged