C# Class fitSharp.Fit.Model.TestCounts

Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
AddCount ( string cellStatus ) : void
GetCount ( string cellStatus ) : int
SetCount ( string cellStatus, int count ) : void
Subtract ( TestCounts other ) : TestCounts
TallyCounts ( TestCounts other ) : void
TestCounts ( ) : System.Collections.Generic
TestCounts ( TestCounts other ) : System.Collections.Generic

Method Details

AddCount() public méthode

public AddCount ( string cellStatus ) : void
cellStatus string
Résultat void

GetCount() public méthode

public GetCount ( string cellStatus ) : int
cellStatus string
Résultat int

SetCount() public méthode

public SetCount ( string cellStatus, int count ) : void
cellStatus string
count int
Résultat void

Subtract() public méthode

public Subtract ( TestCounts other ) : TestCounts
other TestCounts
Résultat TestCounts

TallyCounts() public méthode

public TallyCounts ( TestCounts other ) : void
other TestCounts
Résultat void

TestCounts() public méthode

public TestCounts ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TestCounts() public méthode

public TestCounts ( TestCounts other ) : System.Collections.Generic
other TestCounts
Résultat System.Collections.Generic