C# Class ArchiMetrics.Analysis.Common.Metrics.TypeCoupling

Inheritance: TypeDefinition, ITypeCoupling
Datei anzeigen Open project: jjrdk/ArchiMetrics

Public Methods

Method Description
CompareTo ( ITypeCoupling other ) : int

Compares the current object with another object of the same type.

TypeCoupling ( string typeName, string namespaceName, string assemblyName, IEnumerable usedMethods, IEnumerable usedProperties, IEnumerable useEvents ) : System

Method Details

CompareTo() public method

Compares the current object with another object of the same type.
public CompareTo ( ITypeCoupling other ) : int
other ITypeCoupling An object to compare with this object.
return int

TypeCoupling() public method

public TypeCoupling ( string typeName, string namespaceName, string assemblyName, IEnumerable usedMethods, IEnumerable usedProperties, IEnumerable useEvents ) : System
typeName string
namespaceName string
assemblyName string
usedMethods IEnumerable
usedProperties IEnumerable
useEvents IEnumerable
return System