Class DatePickerTextBoxTranslator
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.IntrinsicTranslators.Silverlight
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DatePickerTextBoxTranslator : BaseLocator, IControlLocator, IInterfaceInterrogator, IVerificationProvider
Constructors
DatePickerTextBoxTranslator()
Declaration
public DatePickerTextBoxTranslator()
Properties
ControlType
Declaration
public override Type ControlType { get; }
Property Value
System.Type
|
Overrides
IdentifyAsContainer
Declaration
public override bool IdentifyAsContainer { get; }
Property Value
System.Boolean
|
Overrides
IdentifyIcon
Declaration
public override Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
Overrides
Locators
Declaration
public override IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
|
Overrides
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Methods
GetVerifications()
Declaration
public virtual Type[] GetVerifications()
Returns
System.Type[]
|