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

Represents dependency on one or more properties of a Project
Наследование: DependenciesBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dump ( IUserOutput output ) : void
ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic

Defines the dependency

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

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

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

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

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

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

Defines the dependency
public ProjectPropertiesDependencies ( Project project ) : System.Collections.Generic
project Project The project having the dependent properties
Результат System.Collections.Generic