C# 클래스 ArchiMetrics.Analysis.Common.Metrics.TypeCoupling

상속: TypeDefinition, ITypeCoupling
파일 보기 프로젝트 열기: jjrdk/ArchiMetrics

공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 메소드

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.
리턴 int

TypeCoupling() 공개 메소드

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
리턴 System