C# Class GuiCompare.Counters

Mostra 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_oe property

public int ErrorTotal
return int

Extra public_oe property

public int Extra
return int

ExtraTotal public_oe property

public int ExtraTotal
return int

Missing public_oe property

public int Missing
return int

MissingTotal public_oe property

public int MissingTotal
return int

Present public_oe property

public int Present
return int

PresentTotal public_oe property

public int PresentTotal
return int

Todo public_oe property

public int Todo
return int

TodoTotal public_oe property

public int TodoTotal
return int

Warning public_oe property

public int Warning
return int

WarningTotal public_oe property

public int WarningTotal
return int