ClassFindExpressionUpdateInfo
Class
All FindExpression updates
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class FindExpressionUpdateInfo : UpdateInfo, INotifyPropertyChanged
Inheritance: objectUpdateInfoFindExpressionUpdateInfo
Implements:
Inherited Members
Constructors
FindExpressionUpdateInfo(int, Guid, int, FindExpressionElement)
Declaration
cs-api-definition
public FindExpressionUpdateInfo(int elementIndex, Guid testId, int stepOrder, FindExpressionElement newExpression)
Parameters
elementIndex
testId
stepOrder
newExpression
Properties
NewExpression
Declaration
cs-api-definition
public FindExpressionElement NewExpression { get; }
Property Value
UpdateTypeDescription
Declaration
cs-api-definition
public override string UpdateTypeDescription { get; }
Property Value
Overrides
Methods
ApplyUpdate()
Declaration
cs-api-definition
public override void ApplyUpdate()
Overrides