ClassActionDescriptor
Class
Base action descriptor to describe an automation action
Definition
Namespace:ArtOfTest.Common.Design.Extensibility.Descriptors
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class ActionDescriptor : AutomationDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Inheritance: objectDataBoundObjectAutomationDescriptorActionDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
ActionDescriptor()
Create new action descriptor.
Declaration
cs-api-definition
public ActionDescriptor()
ActionDescriptor(ITargetElement)
Create an action descriptor
Declaration
cs-api-definition
public ActionDescriptor(ITargetElement target)
Parameters
target
ActionDescriptor(string, ITargetElement)
Create a new action descriptor
Declaration
cs-api-definition
public ActionDescriptor(string name, ITargetElement target)
Parameters
name
target
Methods
Execute(IAutomationHost)
Abstract method implemented by action descriptors
Declaration
cs-api-definition
public abstract void Execute(IAutomationHost autoHost)
Parameters
autoHost