C# Класс Bari.Core.Build.Dependencies.BuilderUidDependency

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

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

Метод Описание
BuilderUidDependency ( IBuilder builder ) : System.Diagnostics.Contracts

Creates the dependency on the given builder's UID

Dump ( IUserOutput output ) : void

Защищенные методы

Метод Описание
CreateFingerprint ( ) : IDependencyFingerprint

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.

Описание методов

BuilderUidDependency() публичный Метод

Creates the dependency on the given builder's UID
public BuilderUidDependency ( IBuilder builder ) : System.Diagnostics.Contracts
builder IBuilder Builder to depend on
Результат System.Diagnostics.Contracts

CreateFingerprint() защищенный Метод

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Результат IDependencyFingerprint

Dump() публичный Метод

public Dump ( IUserOutput output ) : void
output IUserOutput
Результат void