ClassListBoxTranslator
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class ListBoxTranslator : XamlActionTranslatorBase, IControlLocator, IInterfaceInterrogator, IActionTranslator, IActionProvider, IVerificationProvider
Inheritance: objectBaseInterfaceInterrogatorBaseLocatorXamlActionTranslatorBaseListBoxTranslator
Implements:
Inherited Members
Constructors
ListBoxTranslator()
Declaration
public ListBoxTranslator()
Properties
ControlType
The type of the control locator.
Declaration
public override Type ControlType { get; }
Property Value
Overrides
IdentifyAsContainer
True/False whether to match this control for any of its children. If set to false, only exact matches to FindParam returned by Locators will be passed into this translator
Declaration
public override bool IdentifyAsContainer { get; }
Property Value
Overrides
IdentifyIcon
Identify Icon for this locator
Declaration
public override Image IdentifyIcon { get; }
Property Value
Overrides
Locators
Get this control locator.
Declaration
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
Overrides
Methods
GetVerifications()
Get the UI Verification descriptor type that this provider is offering.
Declaration
public Type[] GetVerifications()
Returns
Type[]
An array of rules
Implements
TranslateCommand(FrameworkElement, XamlCapturedCommand, out ActionDescriptor)
Declaration
public override bool TranslateCommand(FrameworkElement translatorLocatorElement, XamlCapturedCommand command, out ActionDescriptor recordedDescriptor)
Parameters
translatorLocatorElement
command
recordedDescriptor
Returns
Overrides