ClassDatePickerTextBoxTranslator
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
public class DatePickerTextBoxTranslator : BaseLocator, IControlLocator, IInterfaceInterrogator, IVerificationProvider
Inheritance: objectBaseInterfaceInterrogatorBaseLocatorDatePickerTextBoxTranslator
Implements:
Inherited Members
Constructors
DatePickerTextBoxTranslator()
Declaration
public DatePickerTextBoxTranslator()
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
Name
The name of this translator.
TechnologyType
Control technology type.
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
Methods
GetVerifications()
Get the UI Verification descriptor type that this provider is offering.
Declaration
public virtual Type[] GetVerifications()
Returns
Type[]
An array of rules
Implements