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

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

Méthodes publiques

Méthode Description
Dump ( IUserOutput output ) : void
ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic

Defines the dependency

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

ProjectPropertiesDependencies() public méthode

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