C# 클래스 VisualCoverage.Core.Metrics.BaseMetrics

파일 보기 프로젝트 열기: jsargiot/visual-coverage 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_metrics uint>.Dictionary

공개 메소드들

메소드 설명
Add ( BaseMetrics bm ) : void
BaseMetrics ( ) : System
SetMetric ( String name, uint value ) : void
ToXml ( ) : String

메소드 상세

Add() 공개 메소드

public Add ( BaseMetrics bm ) : void
bm BaseMetrics
리턴 void

BaseMetrics() 공개 메소드

public BaseMetrics ( ) : System
리턴 System

SetMetric() 공개 메소드

public SetMetric ( String name, uint value ) : void
name String
value uint
리턴 void

ToXml() 공개 메소드

public ToXml ( ) : String
리턴 String

프로퍼티 상세

_metrics 보호되어 있는 프로퍼티

protected Dictionary _metrics
리턴 uint>.Dictionary