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

Represents dependency on one or more properties of a Project
Inheritance: DependenciesBase
Show file Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
Dump ( IUserOutput output ) : void
ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic

Defines the dependency

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

ProjectPropertiesDependencies() public method

Defines the dependency
public ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic
project Project The project having the dependent properties
return System.Collections.Generic