C# Class StoryTeller.Messages.SpecExecutionCompleted

Inheritance: ClientMessage
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpecExecutionCompleted ( ) : System
SpecExecutionCompleted ( string id, SpecResults results, Specification data ) : System
ToString ( ) : string

Protected Methods

Method Description
Equals ( SpecExecutionCompleted other ) : bool

Method Details

Equals() protected method

protected Equals ( SpecExecutionCompleted other ) : bool
other SpecExecutionCompleted
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SpecExecutionCompleted() public method

public SpecExecutionCompleted ( ) : System
return System

SpecExecutionCompleted() public method

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

ToString() public method

public ToString ( ) : string
return string