C# Класс ArchiMetrics.Analysis.Common.Metrics.TypeCoupling

Наследование: TypeDefinition, ITypeCoupling
Показать файл Открыть проект

Открытые методы

Метод Описание
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