Class FindExpressionUpdateInfo
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.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class FindExpressionUpdateInfo : UpdateInfo, INotifyPropertyChanged
Constructors
FindExpressionUpdateInfo(Int32, Guid, Int32, FindExpressionElement)
Declaration
public FindExpressionUpdateInfo(int elementIndex, Guid testId, int stepOrder, FindExpressionElement newExpression)
Parameters
System.Int32
elementIndex
|
System.Guid
testId
|
System.Int32
stepOrder
|
FindExpressionElement
newExpression
|
Properties
ElementDescriptorIndex
Declaration
public int ElementDescriptorIndex { get; }
Property Value
System.Int32
|
NewExpression
Declaration
public FindExpressionElement NewExpression { get; }
Property Value
FindExpressionElement
|
UpdateTypeDescription
Declaration
public override string UpdateTypeDescription { get; }
Property Value
System.String
|