Class AutoSuggestProviderAttribute
Extension attribute used to metadata the AutoSuggest provider
Inherited Members
Namespace: SdlSdl.TranslationStudioAutomationIntegrationApiExtensions
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll
Syntax
[ExtensionPointInfo("Integration Api Extension", ExtensionPointBehavior.Static)]
[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 |
---|---|---|
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. |