Interface ISuggestionProvider
ISuggestionProvider interface represents a suggestion provider that can make a suggestion.
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
public interface ISuggestionProvider
Methods
GetSuggestion()
Gets a suggestion from the suggestion provider.
Declaration
Suggestion GetSuggestion()
Returns
Type | Description |
---|---|
Suggestion | suggestion |
HasSuggestion()
Determines whether the suggestion provider has a suggestion.
Declaration
bool HasSuggestion()
Returns
Type | Description |
---|---|
bool | whether has a suggestion |
Events
SuggestionChanged
SuggestionChanged event is fired when the suggestion has changed.
Declaration
event EventHandler SuggestionChanged
Event Type
Type | Description |
---|---|
EventHandler |