Class AbstractTellMeAction
Provides default implementation for the Tell Me action.
Inheritance
Object
AbstractTellMeAction
Implements
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TellMe.ProviderApi
Assembly: Sdl.TellMe.ProviderApi.dll
Syntax
public abstract class AbstractTellMeAction : ITellMeAction
Constructors
AbstractTellMeAction()
Provides default implementation for the Tell Me action.
Declaration
protected AbstractTellMeAction()
Properties
Category
Provides default implementation for the Tell Me action.
Declaration
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
String |
Description
Description for the Action
Declaration
public string Description { get; protected set; }
Property Value
Type | Description |
---|---|
String |
Icon
The icon displayed with the action description in the UI suggestion box.
Declaration
public virtual Icon Icon { get; protected set; }
Property Value
Type | Description |
---|---|
Icon |
Id
Action unique id.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
IsAvailable
Provides default implementation for the Tell Me action.
Declaration
public abstract bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
Boolean |
Keywords
The keywords mapped to this action.
Declaration
public string[] Keywords { get; set; }
Property Value
Type | Description |
---|---|
String[] |
Name
User friendly description which will be displayed in the UI.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
String |
Methods
Equals(Object)
Provides default implementation for the Tell Me action.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
System.Object.Equals(System.Object)
Execute()
Executes the current action.
Declaration
public abstract void Execute()
GetHashCode()
Provides default implementation for the Tell Me action.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
System.Object.GetHashCode()