C# 클래스 fitSharp.Fit.Model.TestCounts

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
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