Class
FindExpressionUpdateInfo

All FindExpression updates

Definition

Constructors

FindExpressionUpdateInfo(int, Guid, int, FindExpressionElement)

Declaration

cs-api-definition
public FindExpressionUpdateInfo(int elementIndex, Guid testId, int stepOrder, FindExpressionElement newExpression)

Parameters

elementIndex

int

testId

Guid

stepOrder

int

newExpression

FindExpressionElement

Properties

ElementDescriptorIndex

Declaration

cs-api-definition
public int ElementDescriptorIndex { get; }

Property Value

int

NewExpression

Declaration

cs-api-definition
public FindExpressionElement NewExpression { get; }

Property Value

FindExpressionElement

UpdateTypeDescription

Declaration

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

Property Value

string

Overrides UpdateInfo.UpdateTypeDescription

Methods

ApplyUpdate()

Declaration

cs-api-definition
public override void ApplyUpdate()

Overrides UpdateInfo.ApplyUpdate()