C# Class StoryTeller.Results.StepResult

Inheritance: StoryTeller.Messages.ClientMessage, IResultMessage
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
cells StoryTeller.Results.CellResult[]
error string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( StepResult other ) : bool

Method Details

Equals() protected méthode

protected Equals ( StepResult other ) : bool
other StepResult
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StepResult() public méthode

public StepResult ( ) : System
Résultat System

StepResult() public méthode

public StepResult ( string id, Exception ex ) : System
id string
ex System.Exception
Résultat System

StepResult() public méthode

public StepResult ( string id, System.ResultStatus status ) : System
id string
status System.ResultStatus
Résultat System

Tabulate() public méthode

public Tabulate ( Counts counts ) : void
counts Counts
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

cells public_oe property

public CellResult[],StoryTeller.Results cells
Résultat StoryTeller.Results.CellResult[]

error public_oe property

public string error
Résultat string