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

Show file Open project: brunomlopes/dbdeploy.net Class Usage Examples

Public Methods

Method Description
ChangeScriptRepository ( List scripts ) : System

Initializes a new instance of the ChangeScriptRepository class.

GetAvailableChangeScripts ( ) : ICollection

Gets the available change scripts.

Private Methods

Method Description
CheckForDuplicateIds ( IEnumerable scripts ) : void

Checks for duplicate ids in the list of change scripts.

Method Details

ChangeScriptRepository() public method

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

GetAvailableChangeScripts() public method

Gets the available change scripts.
public GetAvailableChangeScripts ( ) : ICollection
return ICollection