C# Class fitSharp.Fit.Model.TestCounts

显示文件 Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

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

public AddCount ( string cellStatus ) : void
cellStatus string
return void

GetCount() public method

public GetCount ( string cellStatus ) : int
cellStatus string
return int

SetCount() public method

public SetCount ( string cellStatus, int count ) : void
cellStatus string
count int
return void

Subtract() public method

public Subtract ( TestCounts other ) : TestCounts
other TestCounts
return TestCounts

TallyCounts() public method

public TallyCounts ( TestCounts other ) : void
other TestCounts
return void

TestCounts() public method

public TestCounts ( ) : System.Collections.Generic
return System.Collections.Generic

TestCounts() public method

public TestCounts ( TestCounts other ) : System.Collections.Generic
other TestCounts
return System.Collections.Generic