Class AutomationStepBase
Inheritance
System.Object
AutomationStepBase
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.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class AutomationStepBase : INotifyPropertyChanged, IExtensibleDataObject
Constructors
AutomationStepBase()
Declaration
public AutomationStepBase()
AutomationStepBase(AutomationDescriptor, String, Test)
Declaration
public AutomationStepBase(AutomationDescriptor autoStep, string description, Test test)
Parameters
AutomationDescriptor
autoStep
|
System.String
description
|
Test
test
|
AutomationStepBase(AutomationDescriptor, String, Test, String)
Declaration
public AutomationStepBase(AutomationDescriptor autoStep, string description, Test test, string imageKey)
Parameters
AutomationDescriptor
autoStep
|
System.String
description
|
Test
test
|
System.String
imageKey
|
Fields
m_invokePropertyChangedEvent
Declaration
protected bool m_invokePropertyChangedEvent
Field Value
System.Boolean
|
Properties
AutoStep
BreakOnExecution
Declaration
public bool BreakOnExecution { get; set; }
Property Value
System.Boolean
|
ContinueOnFailure
Declaration
public bool ContinueOnFailure { get; set; }
Property Value
System.Boolean
|
CustomDescription
Declaration
public string CustomDescription { get; set; }
Property Value
System.String
|
CustomOrNormalDescription
Declaration
public string CustomOrNormalDescription { get; }
Property Value
System.String
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
Guid
Declaration
public Guid Guid { get; set; }
Property Value
System.Guid
|
HashCode
Declaration
public int HashCode { get; }
Property Value
System.Int32
|
Id
Declaration
public string Id { get; set; }
Property Value
System.String
|
Order
Declaration
public int Order { get; set; }
Property Value
System.Int32
|
OwnerTest
ParsedStepIdx
Declaration
public int ParsedStepIdx { get; set; }
Property Value
System.Int32
|
QcId
Declaration
public int QcId { get; set; }
Property Value
System.Int32
|
QcVersionStamp
Declaration
public int QcVersionStamp { get; set; }
Property Value
System.Int32
|
RunTimeId
Declaration
public Guid RunTimeId { get; set; }
Property Value
System.Guid
|
StepImageKey
Declaration
public string StepImageKey { get; set; }
Property Value
System.String
|
StepState
Methods
IsDescriptionInOldFormat(Boolean)
Declaration
public bool IsDescriptionInOldFormat(bool applyFix)
Parameters
System.Boolean
applyFix
|
Returns
System.Boolean
|
NotifyElementNameChange(ElementDescriptor)
Declaration
public void NotifyElementNameChange(ElementDescriptor newDescriptor)
Parameters
ElementDescriptor
newDescriptor
|
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
RefreshDescription()
Declaration
public void RefreshDescription()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|