Class
UpdateInfo

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: FindExpressionUpdateInfoVerificationUpdateInfo

Implements: INotifyPropertyChanged

Constructors

UpdateInfo(Guid, int)

Declaration

cs-api-definition
public UpdateInfo(Guid testId, int stepOrder)

Parameters

testId

Guid

stepOrder

int

Properties

ApplyError

Declaration

cs-api-definition
public string ApplyError { get; set; }

Property Value

string

Description

Declaration

cs-api-definition
public string Description { get; }

Property Value

string

DoApplyUpdate

Declaration

cs-api-definition
public bool DoApplyUpdate { get; set; }

Property Value

bool

Initialized

Declaration

cs-api-definition
public bool Initialized { get; }

Property Value

bool

StepOrder

Declaration

cs-api-definition
public int StepOrder { get; set; }

Property Value

int

TargetStep

Declaration

cs-api-definition
public AutomationStep TargetStep { get; }

Property Value

AutomationStep

TargetTest

Declaration

cs-api-definition
public Test TargetTest { get; }

Property Value

Test

TestId

Declaration

cs-api-definition
public Guid TestId { get; set; }

Property Value

Guid

UpdateTypeDescription

Declaration

cs-api-definition
public abstract string UpdateTypeDescription { get; }

Property Value

string

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

Project

OnPropertyChanged(string)

Declaration

cs-api-definition
public void OnPropertyChanged(string PropertyName)

Parameters

PropertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged