ClassUpdateInfo
Class
All update info objects should inherit from this.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public abstract class UpdateInfo : INotifyPropertyChanged
Inheritance: objectUpdateInfo
Derived Classes:
Implements:
Constructors
Properties
TargetStep
Declaration
cs-api-definition
public AutomationStep TargetStep { get; }
Property Value
UpdateTypeDescription
Declaration
cs-api-definition
public abstract string UpdateTypeDescription { get; }
Property Value
Methods
ApplyUpdate()
Declaration
cs-api-definition
public abstract void ApplyUpdate()
InitializeTestAndStep(Project)
Given the actual project object, initialize the target Test/Step
Declaration
cs-api-definition
public void InitializeTestAndStep(Project project)
Parameters
project
OnPropertyChanged(string)
Declaration
cs-api-definition
public void OnPropertyChanged(string PropertyName)
Parameters
PropertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements