C# 클래스 BeforeBuild.Substitution

파일 보기 프로젝트 열기: DuBin1988/newsellinggas 1 사용 예제들

공개 메소드들

메소드 설명
CompilePartials ( string cfn, string>.IDictionary fragments ) : System.Boolean
Run ( ) : void
Substitution ( FrmMain frmMain, bool clearDst, string srcDir, string dstDir ) : System

비공개 메소드들

메소드 설명
Log ( String msg ) : void
Log ( int indent, string p ) : void
Substitute ( int indent, string sName, string dName, string>.IDictionary partials ) : void
WalkThrough ( int indent, string sd, string dd, string>.IDictionary partials ) : bool
WriteFile ( string dName, String lines ) : void
clearFolder ( string FolderName ) : void

메소드 상세

CompilePartials() 공개 메소드

public CompilePartials ( string cfn, string>.IDictionary fragments ) : System.Boolean
cfn string
fragments string>.IDictionary
리턴 System.Boolean

Run() 공개 메소드

public Run ( ) : void
리턴 void

Substitution() 공개 메소드

public Substitution ( FrmMain frmMain, bool clearDst, string srcDir, string dstDir ) : System
frmMain FrmMain
clearDst bool
srcDir string
dstDir string
리턴 System