C# 클래스 Garlic.Target

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

공개 메소드들

메소드 설명
AddRevision ( Revision revision ) : void
GetRevisionsToApply ( ) : IEnumerable
Sync ( bool createDatabase = true ) : void
Target ( IServer server, IDatabase database ) : System

비공개 메소드들

메소드 설명
Create ( ) : void
GetRevisionsToApply ( string currentRevisionName ) : IList
InvokeAfterSync ( ) : void

메소드 상세

AddRevision() 공개 메소드

public AddRevision ( Revision revision ) : void
revision Revision
리턴 void

GetRevisionsToApply() 공개 메소드

public GetRevisionsToApply ( ) : IEnumerable
리턴 IEnumerable

Sync() 공개 메소드

public Sync ( bool createDatabase = true ) : void
createDatabase bool
리턴 void

Target() 공개 메소드

public Target ( IServer server, IDatabase database ) : System
server IServer
database IDatabase
리턴 System