Search Results for

    Show / Hide Table of Contents

    Interface ISearchDataProvider

    Namespace: Sdl.TellMe.ProviderApi
    Assembly: Sdl.TellMe.ProviderApi.dll
    Syntax
    public interface ISearchDataProvider

    Properties

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    ProviderIcon

    Declaration
    Icon ProviderIcon { get; }
    Property Value
    Type Description
    System.Drawing.Icon

    Methods

    GetProviderForQuery(String)

    Declaration
    IEnumerable<ISearchDataProvider> GetProviderForQuery(string query)
    Parameters
    Type Name Description
    System.String query
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ISearchDataProvider>

    SearchForSuggestion(String)

    Declaration
    IEnumerable<ITellMeAction> SearchForSuggestion(string query)
    Parameters
    Type Name Description
    System.String query
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ITellMeAction>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    Back to top Generated by DocFX