C# 클래스 Net.Sf.Dbdeploy.Scripts.ChangeScriptRepository

파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net 1 사용 예제들

공개 메소드들

메소드 설명
ChangeScriptRepository ( List scripts ) : System

Initializes a new instance of the ChangeScriptRepository class.

GetAvailableChangeScripts ( ) : ICollection

Gets the available change scripts.

비공개 메소드들

메소드 설명
CheckForDuplicateIds ( IEnumerable scripts ) : void

Checks for duplicate ids in the list of change scripts.

메소드 상세

ChangeScriptRepository() 공개 메소드

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

GetAvailableChangeScripts() 공개 메소드

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