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.
|
ControlActionTypes
Declaration
public virtual Type[] ControlActionTypes { get; }
Property Value
System.
|
Implements
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
Methods
TranslateCommand(Element, HtmlCapturedCommand, out ActionDescriptor)
Declaration
public abstract bool TranslateCommand(Element translatorLocatorElement, HtmlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
Element
translatorLocatorElement
|
Html
|
Action
|
Returns
System.
|
Explicit Interface Implementations
IActionTranslator.TranslateCommand(ITargetElement, CapturedCommand, out ActionDescriptor)
Declaration
bool IActionTranslator.TranslateCommand(ITargetElement translatorLocatorElement, CapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
ITarget
|
Captured
|
Action
|
Returns
System.
|