Class AutoSuggestProviderAttribute
Extension attribute used to metadata the AutoSuggest provider
Inheritance
Object
AutoSuggestProviderAttribute
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll
Syntax
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 |
---|---|---|
String | id | The unique id for this view. |
String | name | The name for this view. Should typically be a key of a resource string in PluginResources.resx. |
String | description | The description for this view. Should typically be a key of a resource string in PluginResources.resx. |