C# Class VisualCoverage.Core.Metrics.BaseMetrics

Afficher le fichier Open project: jsargiot/visual-coverage Class Usage Examples

Protected Properties

Свойство Type Description
_metrics uint>.Dictionary

Méthodes publiques

Méthode Description
Add ( BaseMetrics bm ) : void
BaseMetrics ( ) : System
SetMetric ( String name, uint value ) : void
ToXml ( ) : String

Method Details

Add() public méthode

public Add ( BaseMetrics bm ) : void
bm BaseMetrics
Résultat void

BaseMetrics() public méthode

public BaseMetrics ( ) : System
Résultat System

SetMetric() public méthode

public SetMetric ( String name, uint value ) : void
name String
value uint
Résultat void

ToXml() public méthode

public ToXml ( ) : String
Résultat String

Property Details

_metrics protected_oe property

protected Dictionary _metrics
Résultat uint>.Dictionary