C# 클래스 Unicorn.AdvancedLoadOptions

Extends the stock serialization LoadOptions to enable: * Preset support (eg. load only one preset include with its excludes respected) * Progress reporting support with the progress pattern * DeleteOrphans support (allows deletes to occur WITHOUT forcing an update everywhere)
상속: LoadOptions
파일 보기 프로젝트 열기: connectivedx/Unicorn 1 사용 예제들

공개 메소드들

메소드 설명
AdvancedLoadOptions ( IncludeEntry preset ) : System
AdvancedLoadOptions ( string path ) : System

메소드 상세

AdvancedLoadOptions() 공개 메소드

public AdvancedLoadOptions ( IncludeEntry preset ) : System
preset IncludeEntry
리턴 System

AdvancedLoadOptions() 공개 메소드

public AdvancedLoadOptions ( string path ) : System
path string
리턴 System