C# Class ArchiMetrics.Analysis.Metrics.NamespaceMetric

Inheritance: INamespaceMetric
Show file Open project: jjrdk/ArchiMetrics

Public Methods

Method Description
NamespaceMetric ( double maintainabilityIndex, int cyclomaticComplexity, int linesOfCode, IEnumerable classCouplings, int depthOfInheritance, string name, IEnumerable typeMetrics, IDocumentation documentation ) : System.Collections.Generic

Method Details

NamespaceMetric() public method

public NamespaceMetric ( double maintainabilityIndex, int cyclomaticComplexity, int linesOfCode, IEnumerable classCouplings, int depthOfInheritance, string name, IEnumerable typeMetrics, IDocumentation documentation ) : System.Collections.Generic
maintainabilityIndex double
cyclomaticComplexity int
linesOfCode int
classCouplings IEnumerable
depthOfInheritance int
name string
typeMetrics IEnumerable
documentation IDocumentation
return System.Collections.Generic