C# 클래스 MsBuilderific.Visitors.Build.MsDeployProjectVisitor

상속: MsBuilderific.Contracts.Visitors.BuildOrderVisitor
파일 보기 프로젝트 열기: Vooban/vooban.msbuilderific

공개 메소드들

메소드 설명
GetVisitorProperties ( ) : string>.IDictionary

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

MsDeployProjectVisitor ( MsDeployProjectVisitorOptions options ) : System

Initializes a new instance of the MsDeployProjectVisitor class.

ShallExecute ( IMsBuilderificCoreOptions coreOptions ) : bool

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

VisitBuildExeProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call for program projects (exe) when it is time to add build information to the build file for the project, for each possible targets

VisitBuildWebProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string

Call for web project 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

비공개 메소드들

메소드 설명
GetMsDeployCommand ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions, string configuration = "$(Configuration)", bool isTransform = false ) : string

Gets the ms deploy command.

메소드 상세

GetVisitorProperties() 공개 메소드

Allow the visitors to add properties in the main property group of the MsBuild file
public GetVisitorProperties ( ) : string>.IDictionary
리턴 string>.IDictionary

MsDeployProjectVisitor() 공개 메소드

Initializes a new instance of the MsDeployProjectVisitor class.
public MsDeployProjectVisitor ( MsDeployProjectVisitorOptions options ) : System
options MsDeployProjectVisitorOptions The options.
리턴 System

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

VisitBuildExeProjectTarget() 공개 메소드

Call for program projects (exe) when it is time to add build information to the build file for the project, for each possible targets
public VisitBuildExeProjectTarget ( VisualStudioProject project, IMsBuilderificCoreOptions coreOptions ) : string
project VisualStudioProject The project that is being visited for build
coreOptions IMsBuilderificCoreOptions The application core options
리턴 string

VisitBuildWebProjectTarget() 공개 메소드

Call for web project when it is time to add build information to the build file for the project, for each possible targets
public VisitBuildWebProjectTarget ( 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