C# 클래스 StoryTeller.Results.StepResult

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

공개 프로퍼티들

프로퍼티 타입 설명
cells StoryTeller.Results.CellResult[]
error string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
StepResult ( ) : System
StepResult ( string id, Exception ex ) : System
StepResult ( string id, System.ResultStatus status ) : System
Tabulate ( Counts counts ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( StepResult other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( StepResult other ) : bool
other StepResult
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StepResult() 공개 메소드

public StepResult ( ) : System
리턴 System

StepResult() 공개 메소드

public StepResult ( string id, Exception ex ) : System
id string
ex System.Exception
리턴 System

StepResult() 공개 메소드

public StepResult ( string id, System.ResultStatus status ) : System
id string
status System.ResultStatus
리턴 System

Tabulate() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

cells 공개적으로 프로퍼티

public CellResult[],StoryTeller.Results cells
리턴 StoryTeller.Results.CellResult[]

error 공개적으로 프로퍼티

public string error
리턴 string