Class BaseLocator
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.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class BaseLocator : BaseInterfaceInterrogator, IControlLocator, IInterfaceInterrogator
Constructors
BaseLocator()
Declaration
public BaseLocator()
Properties
ControlType
Declaration
public virtual Type ControlType { get; }
Property Value
System.Type
|
Implements
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Implements
IdentifyAsContainer
Declaration
public abstract bool IdentifyAsContainer { get; }
Property Value
System.Boolean
|
Implements
IdentifyColor
Declaration
public virtual Color IdentifyColor { get; }
Property Value
System.Drawing.Color
|
Implements
IdentifyIcon
Declaration
public virtual Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
Implements
Locators
Declaration
public abstract IFindExpression[] Locators { get; }
Property Value
IFindExpression[]
|
Implements
Name
Declaration
public abstract string Name { get; }
Property Value
System.String
|
Implements
TechnologyType
Declaration
public abstract TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Implements
TelerikComponentsVersion
Declaration
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }
Property Value
TelerikComponentsVersion
|
Implements
UseDesktopActionsOnly
Declaration
public bool UseDesktopActionsOnly { get; set; }
Property Value
System.Boolean
|
Methods
OnAfterContextMenuHide(ITargetElement, ITargetElement)
Declaration
public virtual void OnAfterContextMenuHide(ITargetElement locatorElement, ITargetElement targetElement)
Parameters
ITargetElement
locatorElement
|
ITargetElement
targetElement
|
Implements
OnBeforeContextMenuShow(ITargetElement, ITargetElement)
Declaration
public virtual void OnBeforeContextMenuShow(ITargetElement locatorElement, ITargetElement targetElement)
Parameters
ITargetElement
locatorElement
|
ITargetElement
targetElement
|
Implements
ProvideCustomElementData(ITargetElement)
Declaration
public virtual CustomElementData ProvideCustomElementData(ITargetElement target)
Parameters
ITargetElement
target
|
Returns
CustomElementData
|