C# Class Pepino.Domain.AggregateRoots.ElementDoesNotExistStep

Inheritance: Pepino.Domain.Entities.BrowserStep
Show file Open project: AcklenAvenue/Pepino

Public Methods

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

Protected Methods

Method Description
ElementDoesNotExistStep ( ) : System

Method Details

ChangeElement() public method

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

ElementDoesNotExistStep() protected method

protected ElementDoesNotExistStep ( ) : System
return System

ElementDoesNotExistStep() public method

public ElementDoesNotExistStep ( System.Guid stepId, Criterion criterion, string element ) : System
stepId System.Guid
criterion Pepino.Domain.Entities.Criterion
element string
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