C# Class StoryTeller.Results.StepResult

Inheritance: StoryTeller.Messages.ClientMessage, IResultMessage
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
cells StoryTeller.Results.CellResult[]
error string

Public Methods

Method Description
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

Protected Methods

Method Description
Equals ( StepResult other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

StepResult() public method

public StepResult ( ) : System
return System

StepResult() public method

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

StepResult() public method

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

Tabulate() public method

public Tabulate ( Counts counts ) : void
counts Counts
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

cells public_oe property

public CellResult[],StoryTeller.Results cells
return StoryTeller.Results.CellResult[]

error public_oe property

public string error
return string