C# Class Bari.Core.Build.Dependencies.ReferenceDependency

Dependency on a project reference's uri
Inheritance: DependenciesBase
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Dump ( IUserOutput output ) : void
ReferenceDependency ( Reference reference ) : Bari.Core.Model

Creates the dependency on the given reference

Méthodes protégées

Méthode Description
CreateFingerprint ( ) : IDependencyFingerprint

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

Method Details

CreateFingerprint() protected méthode

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Résultat IDependencyFingerprint

Dump() public méthode

public Dump ( IUserOutput output ) : void
output IUserOutput
Résultat void

ReferenceDependency() public méthode

Creates the dependency on the given reference
public ReferenceDependency ( Reference reference ) : Bari.Core.Model
reference Reference Reference to depend on
Résultat Bari.Core.Model