C# Класс MsBuilderific.Visitors.Build.CopyProjectOutputVisitor

Наследование: MsBuilderific.Contracts.Visitors.BuildOrderVisitor
Показать файл Открыть проект

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

Метод Описание
CopyProjectOutputVisitor ( CopyProjectOutputVisitorOptions options ) : System

Initializes a new instance of the CopyProjectOutputVisitor class.

GetVisitorProperties ( ) : string>.IDictionary

Allow the visitors to add properties in the main property group of the MsBuild file

ShallExecute ( IMsBuilderificCoreOptions coreOptions ) : bool

Get a value indicating whether or not the visitor should execute, based on the core options specified

VisitBuildAllTypeTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call when it is time to add build information to the build file for the project, for each possible targets

VisitServiceTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Called when it is time to add build specific instructions for a project that contains WCF services

Приватные методы

Метод Описание
AddCopyInformation ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions, string capitalizedExt, bool uniqueOutputPath ) : string

Adds the copy information.

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

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

Initializes a new instance of the CopyProjectOutputVisitor class.
public CopyProjectOutputVisitor ( CopyProjectOutputVisitorOptions options ) : System
options CopyProjectOutputVisitorOptions The options.
Результат System

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

Allow the visitors to add properties in the main property group of the MsBuild file
public GetVisitorProperties ( ) : string>.IDictionary
Результат string>.IDictionary

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

Get a value indicating whether or not the visitor should execute, based on the core options specified
public ShallExecute ( IMsBuilderificCoreOptions coreOptions ) : bool
coreOptions IMsBuilderificCoreOptions The application core options
Результат bool

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

Call when it is time to add build information to the build file for the project, for each possible targets
public VisitBuildAllTypeTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string
project VisualStudioProject The project that is being visited for build
coreOptions IMsBuilderificCoreOptions The application core options
Результат string

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

Called when it is time to add build specific instructions for a project that contains WCF services
public VisitServiceTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string
project VisualStudioProject The project that will be visited for build for the specific Service target
coreOptions IMsBuilderificCoreOptions The application core options
Результат string