C# 클래스 DBUpdater.UpgradeScripts

파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 메소드들

메소드 설명
Add ( UpgradeScript script ) : void
GetList ( ) : List
GetScriptUpgradingFrom ( int from ) : UpgradeScript
UpgradeScripts ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( UpgradeScript script ) : void
script UpgradeScript
리턴 void

GetList() 공개 메소드

public GetList ( ) : List
리턴 List

GetScriptUpgradingFrom() 공개 메소드

public GetScriptUpgradingFrom ( int from ) : UpgradeScript
from int
리턴 UpgradeScript

UpgradeScripts() 공개 메소드

public UpgradeScripts ( ) : System
리턴 System