C# Class Net.Sf.Dbdeploy.Scripts.ChangeScriptRepository

Afficher le fichier Open project: brunomlopes/dbdeploy.net Class Usage Examples

Méthodes publiques

Méthode Description
ChangeScriptRepository ( List scripts ) : System

Initializes a new instance of the ChangeScriptRepository class.

GetAvailableChangeScripts ( ) : ICollection

Gets the available change scripts.

Private Methods

Méthode Description
CheckForDuplicateIds ( IEnumerable scripts ) : void

Checks for duplicate ids in the list of change scripts.

Method Details

ChangeScriptRepository() public méthode

Initializes a new instance of the ChangeScriptRepository class.
public ChangeScriptRepository ( List scripts ) : System
scripts List The scripts.
Résultat System

GetAvailableChangeScripts() public méthode

Gets the available change scripts.
public GetAvailableChangeScripts ( ) : ICollection
Résultat ICollection