C# 클래스 XAF_Bootstrap.DatabaseUpdate.Updater

상속: ModuleUpdater
파일 보기 프로젝트 열기: Terricks/XAFBootstrap 1 사용 예제들

공개 메소드들

메소드 설명
CheckResource ( string location, string resourceName, System.Boolean copyOnlyIfNotExists = true, String Path = "XAF_Bootstrap.Content", Assembly assembly = null, String CustomDirectory = "" ) : void
CheckResources ( ) : void
Configuration ( IObjectSpace ObjectSpace ) : XAFBootstrapConfiguration
UpdateDatabaseAfterUpdateSchema ( ) : void
UpdateDatabaseBeforeUpdateSchema ( ) : void
Updater ( IObjectSpace objectSpace, System.Version currentDBVersion ) : System

비공개 메소드들

메소드 설명
CopyResource ( string resourceName, string file, System.Boolean copyOnlyIfNotExists = true, Assembly assembly = null ) : void

메소드 상세

CheckResource() 공개 정적인 메소드

public static CheckResource ( string location, string resourceName, System.Boolean copyOnlyIfNotExists = true, String Path = "XAF_Bootstrap.Content", Assembly assembly = null, String CustomDirectory = "" ) : void
location string
resourceName string
copyOnlyIfNotExists System.Boolean
Path String
assembly System.Reflection.Assembly
CustomDirectory String
리턴 void

CheckResources() 공개 정적인 메소드

public static CheckResources ( ) : void
리턴 void

Configuration() 공개 정적인 메소드

public static Configuration ( IObjectSpace ObjectSpace ) : XAFBootstrapConfiguration
ObjectSpace IObjectSpace
리턴 XAF_Bootstrap.BusinessObjects.XAFBootstrapConfiguration

UpdateDatabaseAfterUpdateSchema() 공개 메소드

public UpdateDatabaseAfterUpdateSchema ( ) : void
리턴 void

UpdateDatabaseBeforeUpdateSchema() 공개 메소드

public UpdateDatabaseBeforeUpdateSchema ( ) : void
리턴 void

Updater() 공개 메소드

public Updater ( IObjectSpace objectSpace, System.Version currentDBVersion ) : System
objectSpace IObjectSpace
currentDBVersion System.Version
리턴 System