Class AutomationStep
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.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class AutomationStep : AutomationStepBase, INotifyPropertyChanged, IExtensibleDataObject
Constructors
AutomationStep()
Declaration
public AutomationStep()
AutomationStep(AutomationDescriptor, String, Test)
Declaration
public AutomationStep(AutomationDescriptor autoStep, string description, Test test)
Parameters
AutomationDescriptor
autoStep
|
System.String
description
|
Test
test
|
AutomationStep(AutomationDescriptor, String, Test, String)
Declaration
public AutomationStep(AutomationDescriptor autoStep, string description, Test test, string imageKey)
Parameters
AutomationDescriptor
autoStep
|
System.String
description
|
Test
test
|
System.String
imageKey
|