C# 클래스 FluentBuild.Runners.Zip.ZipOptions

상속: IZipOptions
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( Action args ) : void
Decompress ( Action args ) : void
ZipOptions ( ) : System
ZipOptions ( IActionExcecutor actionExcecutor ) : System

메소드 상세

Compress() 공개 메소드

public Compress ( Action args ) : void
args Action
리턴 void

Decompress() 공개 메소드

public Decompress ( Action args ) : void
args Action
리턴 void

ZipOptions() 공개 메소드

public ZipOptions ( ) : System
리턴 System

ZipOptions() 공개 메소드

public ZipOptions ( IActionExcecutor actionExcecutor ) : System
actionExcecutor IActionExcecutor
리턴 System