Interface IQcSuggestionFilter
A filter that can remove suggestions produced by the QuantumSuggestor
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
public interface IQcSuggestionFilter
Methods
IsSuggestionPermitted(IQcSuggestion, SuggestionContext)
Determines if a suggestion should be permitted given the provided context.
Declaration
bool IsSuggestionPermitted(IQcSuggestion suggestion, SuggestionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IQcSuggestion | suggestion | The suggestion to query. |
| SuggestionContext | context | The context for the suggestion. |
Returns
| Type | Description |
|---|---|
| Boolean | If the suggestion should be permitted. |