Search Results for

    Show / Hide Table of Contents

    Interface ISuggestionProvider

    ISuggestionProvider interface represents a suggestion provider that can make a suggestion.

    Namespace: Sdl.Verification.Api
    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
    System.Boolean

    whether has a suggestion

    Events

    SuggestionChanged

    SuggestionChanged event is fired when the suggestion has changed.

    Declaration
    event EventHandler SuggestionChanged
    Event Type
    Type Description
    System.EventHandler

    On this page

    • Methods
      • GetSuggestion()
      • HasSuggestion()
    • Events
      • SuggestionChanged
    Back to top Generated by DocFX