C# 클래스 WhiteCore.Modules.Web.PagesMigrator

파일 보기 프로젝트 열기: WhiteCoreSim/WhiteCore-Dev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentVersion uint
Schema string

공개 메소드들

메소드 설명
CheckWhetherIgnoredVersionUpdate ( uint version ) : bool
GetVersion ( ) : uint
RequiresInitialUpdate ( ) : bool
RequiresUpdate ( ) : bool
ResetToDefaults ( ) : void

비공개 메소드들

메소드 설명
InitializeDefaults ( ) : void

메소드 상세

CheckWhetherIgnoredVersionUpdate() 공개 정적인 메소드

public static CheckWhetherIgnoredVersionUpdate ( uint version ) : bool
version uint
리턴 bool

GetVersion() 공개 정적인 메소드

public static GetVersion ( ) : uint
리턴 uint

RequiresInitialUpdate() 공개 정적인 메소드

public static RequiresInitialUpdate ( ) : bool
리턴 bool

RequiresUpdate() 공개 정적인 메소드

public static RequiresUpdate ( ) : bool
리턴 bool

ResetToDefaults() 공개 정적인 메소드

public static ResetToDefaults ( ) : void
리턴 void

프로퍼티 상세

CurrentVersion 공개적으로 정적으로 프로퍼티

public static uint CurrentVersion
리턴 uint

Schema 공개적으로 정적으로 프로퍼티

public static string Schema
리턴 string