C# Class StoryTeller.Counts

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Counts peer ) : void
AssertSuccess ( ) : void
Clone ( ) : Counts
Counts ( ) : Newtonsoft.Json
Counts ( int rights, int wrongs, int exceptions, int syntaxErrors ) : Newtonsoft.Json
Equals ( Counts obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
HasResult ( ) : bool
Increment ( ResultStatus status ) : void
Reset ( ) : void
ToString ( ) : string
WasSuccessful ( ) : bool

Method Details

Add() public méthode

public Add ( Counts peer ) : void
peer Counts
Résultat void

AssertSuccess() public méthode

public AssertSuccess ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Counts
Résultat Counts

Counts() public méthode

public Counts ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

Counts() public méthode

public Counts ( int rights, int wrongs, int exceptions, int syntaxErrors ) : Newtonsoft.Json
rights int
wrongs int
exceptions int
syntaxErrors int
Résultat Newtonsoft.Json

Equals() public méthode

public Equals ( Counts obj ) : bool
obj Counts
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

HasResult() public méthode

public HasResult ( ) : bool
Résultat bool

Increment() public méthode

public Increment ( ResultStatus status ) : void
status ResultStatus
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WasSuccessful() public méthode

public WasSuccessful ( ) : bool
Résultat bool