C# Class Garlic.Target

Datei anzeigen Open project: Lundalogik/garlic Class Usage Examples

Public Methods

Method Description
AddRevision ( Revision revision ) : void
GetRevisionsToApply ( ) : IEnumerable
Sync ( bool createDatabase = true ) : void
Target ( IServer server, IDatabase database ) : System

Private Methods

Method Description
Create ( ) : void
GetRevisionsToApply ( string currentRevisionName ) : IList
InvokeAfterSync ( ) : void

Method Details

AddRevision() public method

public AddRevision ( Revision revision ) : void
revision Revision
return void

GetRevisionsToApply() public method

public GetRevisionsToApply ( ) : IEnumerable
return IEnumerable

Sync() public method

public Sync ( bool createDatabase = true ) : void
createDatabase bool
return void

Target() public method

public Target ( IServer server, IDatabase database ) : System
server IServer
database IDatabase
return System