C# 클래스 Build.Samples.DebugBuild

상속: FluentBuild.BuildFile
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

보호된 프로퍼티들

프로퍼티 타입 설명
_baseDirectory FluentFs.Core.Directory
_compileDirectory FluentFs.Core.Directory
_creditCardProcessor FluentFs.Core.File
_outputAssembly FluentFs.Core.File
_toolsDirectory FluentFs.Core.Directory

공개 메소드들

메소드 설명
DebugBuild ( ) : System

보호된 메소드들

메소드 설명
Clean ( ) : void
Compile ( ) : void

메소드 상세

Clean() 보호된 메소드

protected Clean ( ) : void
리턴 void

Compile() 보호된 메소드

protected Compile ( ) : void
리턴 void

DebugBuild() 공개 메소드

public DebugBuild ( ) : System
리턴 System

프로퍼티 상세

_baseDirectory 보호되어 있는 프로퍼티

protected Directory,FluentFs.Core _baseDirectory
리턴 FluentFs.Core.Directory

_compileDirectory 보호되어 있는 프로퍼티

protected Directory,FluentFs.Core _compileDirectory
리턴 FluentFs.Core.Directory

_creditCardProcessor 보호되어 있는 프로퍼티

protected File,FluentFs.Core _creditCardProcessor
리턴 FluentFs.Core.File

_outputAssembly 보호되어 있는 프로퍼티

protected File,FluentFs.Core _outputAssembly
리턴 FluentFs.Core.File

_toolsDirectory 보호되어 있는 프로퍼티

protected Directory,FluentFs.Core _toolsDirectory
리턴 FluentFs.Core.Directory