InterfaceIPreviousStepsInterceptTranslation
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Extensibility
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IPreviousStepsInterceptTranslation : IInterceptTranslation
Inherited Members
Properties
PreviousSteps
Declaration
cs-api-definition
IEnumerable<AutomationStepBase> PreviousSteps { get; set; }
Property Value