Class
ItemCountVerificationDescriptor.RootItemCountQuickTask

Definition

Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Xaml.Common.TreeView

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ItemCountVerificationDescriptor.RootItemCountQuickTask : IQuickTask

Inheritance: objectItemCountVerificationDescriptor.RootItemCountQuickTask

Implements: IQuickTask

Constructors

RootItemCountQuickTask()

Declaration

cs-api-definition
public RootItemCountQuickTask()

Properties

Role

The role of the quick task. This will determine which menu this task will show up under

Declaration

cs-api-definition
public QuickTaskRole Role { get; }

Property Value

QuickTaskRole

Implements IQuickTask.Role

Methods

GetDisplayText()

Gets the task display text

Declaration

cs-api-definition
public string GetDisplayText()

Returns

string

Implements IQuickTask.GetDisplayText()

GetTask()

Gets the automation descriptor

Declaration

cs-api-definition
public AutomationDescriptor GetTask()

Returns

AutomationDescriptor

The automation descriptor.

Implements IQuickTask.GetTask()

Initialize(ITargetElement)

Initialize the quick task to the current element

Declaration

cs-api-definition
public bool Initialize(ITargetElement currentElement)

Parameters

currentElement

ITargetElement

The current element to build the quick task for

Returns

bool

True/False whether a quick task for this element should be included.

Implements IQuickTask.Initialize(ITargetElement)