Class VerificationUpdateInfo
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 VerificationUpdateInfo : UpdateInfo, INotifyPropertyChanged
Constructors
VerificationUpdateInfo(Guid, Int32, VerificationDescriptor)
Declaration
public VerificationUpdateInfo(Guid testId, int stepOrder, VerificationDescriptor descriptor)
Parameters
System.Guid
testId
|
System.Int32
stepOrder
|
VerificationDescriptor
descriptor
|
Properties
NewDescriptor
Declaration
public VerificationDescriptor NewDescriptor { get; }
Property Value
VerificationDescriptor
|
UpdateTypeDescription
Declaration
public override string UpdateTypeDescription { get; }
Property Value
System.String
|