C# Class Pepino.Domain.Entities.NavigateStep

Inheritance: BrowserStep
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ChangeUrl ( string url ) : void
GetDescription ( ) : string
NavigateStep ( System.Guid id, string url, Criterion criterion ) : System
ReplaceTokens ( string token, string value ) : void

Protected Methods

Method Description
NavigateStep ( ) : System

Method Details

ChangeUrl() public method

public ChangeUrl ( string url ) : void
url string
return void

GetDescription() public method

public GetDescription ( ) : string
return string

NavigateStep() protected method

protected NavigateStep ( ) : System
return System

NavigateStep() public method

public NavigateStep ( System.Guid id, string url, Criterion criterion ) : System
id System.Guid
url string
criterion Criterion
return System

ReplaceTokens() public method

public ReplaceTokens ( string token, string value ) : void
token string
value string
return void