Search Results for

    Show / Hide Table of Contents

    Class AutoSuggestProviderAttribute

    Extension attribute used to metadata the AutoSuggest provider

    Inheritance
    System.Object
    AutoSuggestProviderAttribute
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class AutoSuggestProviderAttribute : ExtensionAttribute

    Constructors

    AutoSuggestProviderAttribute()

    Default constructor for XML serialization.

    Declaration
    public AutoSuggestProviderAttribute()

    AutoSuggestProviderAttribute(String, String, String)

    Constructor with required attributes.

    Declaration
    public AutoSuggestProviderAttribute(string id, string name, string description)
    Parameters
    Type Name Description
    System.String id

    The unique id for this view.

    System.String name

    The name for this view. Should typically be a key of a resource string in PluginResources.resx.

    System.String description

    The description for this view. Should typically be a key of a resource string in PluginResources.resx.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • AutoSuggestProviderAttribute()
      • AutoSuggestProviderAttribute(String, String, String)
    • Extension Methods
    Back to top Generated by DocFX