C# 클래스 StoryTeller.Grammars.Sets.SetVerificationResult

상속: StoryTeller.Messages.ClientMessage, IResultMessage
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
MarkExtra ( StepValues values ) : void
MarkMatched ( string id ) : void
MarkMissing ( string id ) : void
MarkWrongOrder ( string id, int actual ) : void
SetVerificationResult ( ) : System.Collections.Generic
Tabulate ( Counts counts ) : void
ToString ( ) : string

메소드 상세

MarkExtra() 공개 메소드

public MarkExtra ( StepValues values ) : void
values StoryTeller.Conversion.StepValues
리턴 void

MarkMatched() 공개 메소드

public MarkMatched ( string id ) : void
id string
리턴 void

MarkMissing() 공개 메소드

public MarkMissing ( string id ) : void
id string
리턴 void

MarkWrongOrder() 공개 메소드

public MarkWrongOrder ( string id, int actual ) : void
id string
actual int
리턴 void

SetVerificationResult() 공개 메소드

public SetVerificationResult ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Tabulate() 공개 메소드

public Tabulate ( Counts counts ) : void
counts Counts
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string