C# 클래스 MovieTutorial.SiteInitialization

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

공개 메소드들

메소드 설명
ApplicationEnd ( ) : void
ApplicationStart ( ) : void

비공개 메소드들

메소드 설명
EnsureDatabase ( string databaseKey ) : void

Automatically creates a database for the template if it doesn't already exists. You might delete this method to disable auto create functionality.

RunMigrations ( string databaseKey ) : void

메소드 상세

ApplicationEnd() 공개 정적인 메소드

public static ApplicationEnd ( ) : void
리턴 void

ApplicationStart() 공개 정적인 메소드

public static ApplicationStart ( ) : void
리턴 void