C# 클래스 Pepino.Domain.AggregateRoots.WaitSecondsStep

상속: Pepino.Domain.Entities.BrowserStep
파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
ChangeWaitTime ( int seconds ) : void
GetDescription ( ) : string
ReplaceTokens ( string token, string value ) : void
WaitSecondsStep ( System.Guid stepId, int seconds, Criterion criterion ) : System

보호된 메소드들

메소드 설명
WaitSecondsStep ( ) : System

메소드 상세

ChangeWaitTime() 공개 메소드

public ChangeWaitTime ( int seconds ) : void
seconds int
리턴 void

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

ReplaceTokens() 공개 메소드

public ReplaceTokens ( string token, string value ) : void
token string
value string
리턴 void

WaitSecondsStep() 보호된 메소드

protected WaitSecondsStep ( ) : System
리턴 System

WaitSecondsStep() 공개 메소드

public WaitSecondsStep ( System.Guid stepId, int seconds, Criterion criterion ) : System
stepId System.Guid
seconds int
criterion Pepino.Domain.Entities.Criterion
리턴 System