ClassDesktopActionDescriptorBase
Class
Base class for desktop action descriptors.
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.DesktopAutomation.Descriptors.Actions
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
public abstract class DesktopActionDescriptorBase : ActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptorDesktopActionDescriptorBase
Derived Classes:
Implements:
Inherited Members
Constructors
DesktopActionDescriptorBase()
Create new DesktopActionDescriptorBase descriptor.
Declaration
cs-api-definition
public DesktopActionDescriptorBase()
DesktopActionDescriptorBase(ITargetElement)
Create an DesktopActionDescriptorBase descriptor
Declaration
cs-api-definition
public DesktopActionDescriptorBase(ITargetElement target)
Parameters
target
DesktopActionDescriptorBase(string, ITargetElement)
Create a new DesktopActionDescriptorBase descriptor
Declaration
cs-api-definition
public DesktopActionDescriptorBase(string name, ITargetElement target)
Parameters
name
target
Properties
SearchByImageFirst
Declaration
cs-api-definition
[Browsable(false)]
public override SearchElementOrderType SearchByImageFirst { get; set; }
Property Value
Overrides
TechnologyType
Gets the technology that this step runs against
Declaration
cs-api-definition
[DataMember(Name = "TechnologyType")]
public override TechnologyType TechnologyType { get; }
Property Value
Overrides