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

Dependency on a project reference's uri
Inheritance: DependenciesBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Dump ( IUserOutput output ) : void
ReferenceDependency ( Reference reference ) : Bari.Core.Model

Creates the dependency on the given reference

Protected Methods

Method Description
CreateFingerprint ( ) : IDependencyFingerprint

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

Method Details

CreateFingerprint() protected method

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

Dump() public method

public Dump ( IUserOutput output ) : void
output IUserOutput
return void

ReferenceDependency() public method

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