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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ElementExistsStep ( ) : System

메소드 상세

ChangeElement() 공개 메소드

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

ElementExistsStep() 보호된 메소드

protected ElementExistsStep ( ) : System
리턴 System

ElementExistsStep() 공개 메소드

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

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

ReplaceTokens() 공개 메소드

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