Interface ITellMeAction
Represents the object that will be returned in the Tell Me UI after the search by the ISearchDataProvider
Namespace: SdlSdl.TellMeProviderApi
Assembly: Sdl.TellMe.ProviderApi.dll
Syntax
public interface ITellMeAction
Properties
Category
Category after the results will be grouped
Declaration
string Category { get; }
Property Value
Type | Description |
---|---|
string |
Description
Tool tip text
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
Icon
Icon displayed in the UI
Declaration
Icon Icon { get; }
Property Value
Type | Description |
---|---|
Icon |
IsAvailable
Action is available to be executed
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Name that will be displayed in the UI
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Execute()
It is called when the action is executed
Declaration
void Execute()