C# Class Pepino.Domain.Entities.StepStartedResult

Inheritance: StepRunResult
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
AtRest ( ) : bool
GetDetails ( ) : string
GetMessage ( ) : string
StepStartedResult ( System.Guid stepId, System.DateTime time, int resultOrder ) : System

Protected Methods

Method Description
StepStartedResult ( ) : System

Method Details

AtRest() public method

public AtRest ( ) : bool
return bool

GetDetails() public method

public GetDetails ( ) : string
return string

GetMessage() public method

public GetMessage ( ) : string
return string

StepStartedResult() protected method

protected StepStartedResult ( ) : System
return System

StepStartedResult() public method

public StepStartedResult ( System.Guid stepId, System.DateTime time, int resultOrder ) : System
stepId System.Guid
time System.DateTime
resultOrder int
return System