C# 클래스 StoryTeller.Messages.SpecExecutionCompleted

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpecExecutionCompleted ( ) : System
SpecExecutionCompleted ( string id, SpecResults results, Specification data ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

Equals() 보호된 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SpecExecutionCompleted() 공개 메소드

public SpecExecutionCompleted ( ) : System
리턴 System

SpecExecutionCompleted() 공개 메소드

public SpecExecutionCompleted ( string id, SpecResults results, Specification data ) : System
id string
results SpecResults
data StoryTeller.Model.Specification
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string