C# Class Pepino.Domain.Entities.StepQueuedResult

Inheritance: StepRunResult
Mostrar archivo Open project: AcklenAvenue/Pepino

Public Methods

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

Protected Methods

Method Description
StepQueuedResult ( ) : 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

StepQueuedResult() protected method

protected StepQueuedResult ( ) : System
return System

StepQueuedResult() public method

public StepQueuedResult ( System.Guid stepId, System.DateTime now, int resultOrder ) : System
stepId System.Guid
now System.DateTime
resultOrder int
return System