Class HtmlActionTranslatorBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class HtmlActionTranslatorBase : BaseLocator, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider
Constructors
HtmlActionTranslatorBase()
Declaration
protected HtmlActionTranslatorBase()
Properties
AddedControlActionTypes
Declaration
protected virtual Type[] AddedControlActionTypes { get; }
Property Value
System.Type[]
|
ControlActionTypes
Declaration
public virtual Type[] ControlActionTypes { get; }
Property Value
System.Type[]
|
Implements
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Methods
TranslateCommand(Element, HtmlCapturedCommand, out ActionDescriptor)
Declaration
public abstract bool TranslateCommand(Element translatorLocatorElement, HtmlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
Element
translatorLocatorElement
|
HtmlCapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|
Explicit Interface Implementations
IActionTranslator.TranslateCommand(ITargetElement, CapturedCommand, out ActionDescriptor)
Declaration
bool IActionTranslator.TranslateCommand(ITargetElement translatorLocatorElement, CapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
ITargetElement
translatorLocatorElement
|
CapturedCommand
command
|
ActionDescriptor
recordedDescriptor
|
Returns
System.Boolean
|