C# Class Pepino.Domain.AggregateRoots.ElementExistsStep

Inheritance: Pepino.Domain.Entities.BrowserStep
Mostrar archivo Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ChangeElement ( string element ) : void
ElementExistsStep ( System.Guid stepId, string element, Criterion criterion ) : System
GetDescription ( ) : string
ReplaceTokens ( string token, string value ) : void

Protected Methods

Method Description
ElementExistsStep ( ) : System

Method Details

ChangeElement() public method

public ChangeElement ( string element ) : void
element string
return void

ElementExistsStep() protected method

protected ElementExistsStep ( ) : System
return System

ElementExistsStep() public method

public ElementExistsStep ( System.Guid stepId, string element, Criterion criterion ) : System
stepId System.Guid
element string
criterion Pepino.Domain.Entities.Criterion
return System

GetDescription() public method

public GetDescription ( ) : string
return string

ReplaceTokens() public method

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