C# Class GuiCompare.Counters

Afficher le fichier Open project: remobjects/mono-tools Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorTotal int
Extra int
ExtraTotal int
Missing int
MissingTotal int
Present int
PresentTotal int
Todo int
TodoTotal int
Warning int
WarningTotal int

Méthodes publiques

Méthode 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 méthode

public AddPartialToPartial ( Counters other ) : void
other Counters
Résultat void

AddPartialToTotal() public méthode

public AddPartialToTotal ( Counters other ) : void
other Counters
Résultat void

AddTotalToPartial() public méthode

public AddTotalToPartial ( Counters other ) : void
other Counters
Résultat void

AddTotalToTotal() public méthode

public AddTotalToTotal ( Counters other ) : void
other Counters
Résultat void

Counters() public méthode

public Counters ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ErrorTotal public_oe property

public int ErrorTotal
Résultat int

Extra public_oe property

public int Extra
Résultat int

ExtraTotal public_oe property

public int ExtraTotal
Résultat int

Missing public_oe property

public int Missing
Résultat int

MissingTotal public_oe property

public int MissingTotal
Résultat int

Present public_oe property

public int Present
Résultat int

PresentTotal public_oe property

public int PresentTotal
Résultat int

Todo public_oe property

public int Todo
Résultat int

TodoTotal public_oe property

public int TodoTotal
Résultat int

Warning public_oe property

public int Warning
Résultat int

WarningTotal public_oe property

public int WarningTotal
Résultat int