C# 클래스 GuiCompare.Counters

파일 보기 프로젝트 열기: remobjects/mono-tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorTotal int
Extra int
ExtraTotal int
Missing int
MissingTotal int
Present int
PresentTotal int
Todo int
TodoTotal int
Warning int
WarningTotal int

공개 메소드들

메소드 설명
AddPartialToPartial ( Counters other ) : void
AddPartialToTotal ( Counters other ) : void
AddTotalToPartial ( Counters other ) : void
AddTotalToTotal ( Counters other ) : void
Counters ( ) : System
ToString ( ) : string

메소드 상세

AddPartialToPartial() 공개 메소드

public AddPartialToPartial ( Counters other ) : void
other Counters
리턴 void

AddPartialToTotal() 공개 메소드

public AddPartialToTotal ( Counters other ) : void
other Counters
리턴 void

AddTotalToPartial() 공개 메소드

public AddTotalToPartial ( Counters other ) : void
other Counters
리턴 void

AddTotalToTotal() 공개 메소드

public AddTotalToTotal ( Counters other ) : void
other Counters
리턴 void

Counters() 공개 메소드

public Counters ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ErrorTotal 공개적으로 프로퍼티

public int ErrorTotal
리턴 int

Extra 공개적으로 프로퍼티

public int Extra
리턴 int

ExtraTotal 공개적으로 프로퍼티

public int ExtraTotal
리턴 int

Missing 공개적으로 프로퍼티

public int Missing
리턴 int

MissingTotal 공개적으로 프로퍼티

public int MissingTotal
리턴 int

Present 공개적으로 프로퍼티

public int Present
리턴 int

PresentTotal 공개적으로 프로퍼티

public int PresentTotal
리턴 int

Todo 공개적으로 프로퍼티

public int Todo
리턴 int

TodoTotal 공개적으로 프로퍼티

public int TodoTotal
리턴 int

Warning 공개적으로 프로퍼티

public int Warning
리턴 int

WarningTotal 공개적으로 프로퍼티

public int WarningTotal
리턴 int