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

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

공개 메소드들

메소드 설명
ChangeElement ( string element ) : void
ElementDoesNotExistStep ( System.Guid stepId, Criterion criterion, string element ) : System
GetDescription ( ) : string
ReplaceTokens ( string token, string value ) : void

보호된 메소드들

메소드 설명
ElementDoesNotExistStep ( ) : System

메소드 상세

ChangeElement() 공개 메소드

public ChangeElement ( string element ) : void
element string
리턴 void

ElementDoesNotExistStep() 보호된 메소드

protected ElementDoesNotExistStep ( ) : System
리턴 System

ElementDoesNotExistStep() 공개 메소드

public ElementDoesNotExistStep ( System.Guid stepId, Criterion criterion, string element ) : System
stepId System.Guid
criterion Pepino.Domain.Entities.Criterion
element string
리턴 System

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

ReplaceTokens() 공개 메소드

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