C# 클래스 Pepino.Domain.Entities.StepStartedResult

상속: StepRunResult
파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
AtRest ( ) : bool
GetDetails ( ) : string
GetMessage ( ) : string
StepStartedResult ( System.Guid stepId, System.DateTime time, int resultOrder ) : System

보호된 메소드들

메소드 설명
StepStartedResult ( ) : System

메소드 상세

AtRest() 공개 메소드

public AtRest ( ) : bool
리턴 bool

GetDetails() 공개 메소드

public GetDetails ( ) : string
리턴 string

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

StepStartedResult() 보호된 메소드

protected StepStartedResult ( ) : System
리턴 System

StepStartedResult() 공개 메소드

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