C# Class StoryTeller.Engine.Counts

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( Counts peer ) : void
Clone ( ) : Counts
Counts ( ) : System
Counts ( int rights, int wrongs, int exceptions, int syntaxErrors ) : System
Equals ( Counts obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
HasResult ( ) : bool
IncrementExceptions ( ) : void
IncrementRights ( ) : void
IncrementSyntaxErrors ( ) : void
IncrementWrongs ( ) : void
Reset ( ) : void
ToString ( ) : string
WasSuccessful ( ) : bool

Method Details

Add() public méthode

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

Clone() public méthode

public Clone ( ) : Counts
Résultat Counts

Counts() public méthode

public Counts ( ) : System
Résultat System

Counts() public méthode

public Counts ( int rights, int wrongs, int exceptions, int syntaxErrors ) : System
rights int
wrongs int
exceptions int
syntaxErrors int
Résultat System

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

IncrementExceptions() public méthode

public IncrementExceptions ( ) : void
Résultat void

IncrementRights() public méthode

public IncrementRights ( ) : void
Résultat void

IncrementSyntaxErrors() public méthode

public IncrementSyntaxErrors ( ) : void
Résultat void

IncrementWrongs() public méthode

public IncrementWrongs ( ) : void
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