C# Class GuiCompare.Counters

Show file Open project: remobjects/mono-tools Class Usage Examples

Public Properties

Property Type Description
ErrorTotal int
Extra int
ExtraTotal int
Missing int
MissingTotal int
Present int
PresentTotal int
Todo int
TodoTotal int
Warning int
WarningTotal int

Public Methods

Method Description
AddPartialToPartial ( Counters other ) : void
AddPartialToTotal ( Counters other ) : void
AddTotalToPartial ( Counters other ) : void
AddTotalToTotal ( Counters other ) : void
Counters ( ) : System
ToString ( ) : string

Method Details

AddPartialToPartial() public method

public AddPartialToPartial ( Counters other ) : void
other Counters
return void

AddPartialToTotal() public method

public AddPartialToTotal ( Counters other ) : void
other Counters
return void

AddTotalToPartial() public method

public AddTotalToPartial ( Counters other ) : void
other Counters
return void

AddTotalToTotal() public method

public AddTotalToTotal ( Counters other ) : void
other Counters
return void

Counters() public method

public Counters ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ErrorTotal public property

public int ErrorTotal
return int

Extra public property

public int Extra
return int

ExtraTotal public property

public int ExtraTotal
return int

Missing public property

public int Missing
return int

MissingTotal public property

public int MissingTotal
return int

Present public property

public int Present
return int

PresentTotal public property

public int PresentTotal
return int

Todo public property

public int Todo
return int

TodoTotal public property

public int TodoTotal
return int

Warning public property

public int Warning
return int

WarningTotal public property

public int WarningTotal
return int