C# Class Garlic.Target

Afficher le fichier Open project: Lundalogik/garlic Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Create ( ) : void
GetRevisionsToApply ( string currentRevisionName ) : IList
InvokeAfterSync ( ) : void

Method Details

AddRevision() public méthode

public AddRevision ( Revision revision ) : void
revision Revision
Résultat void

GetRevisionsToApply() public méthode

public GetRevisionsToApply ( ) : IEnumerable
Résultat IEnumerable

Sync() public méthode

public Sync ( bool createDatabase = true ) : void
createDatabase bool
Résultat void

Target() public méthode

public Target ( IServer server, IDatabase database ) : System
server IServer
database IDatabase
Résultat System