C# Класс fitSharp.Fit.Model.TestCounts

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddCount() публичный Метод

public AddCount ( string cellStatus ) : void
cellStatus string
Результат void

GetCount() публичный Метод

public GetCount ( string cellStatus ) : int
cellStatus string
Результат int

SetCount() публичный Метод

public SetCount ( string cellStatus, int count ) : void
cellStatus string
count int
Результат void

Subtract() публичный Метод

public Subtract ( TestCounts other ) : TestCounts
other TestCounts
Результат TestCounts

TallyCounts() публичный Метод

public TallyCounts ( TestCounts other ) : void
other TestCounts
Результат void

TestCounts() публичный Метод

public TestCounts ( ) : System.Collections.Generic
Результат System.Collections.Generic

TestCounts() публичный Метод

public TestCounts ( TestCounts other ) : System.Collections.Generic
other TestCounts
Результат System.Collections.Generic