C# 클래스 AcManager.Tools.Miscellaneous.LocaleUpdater

상속: AcManager.Tools.Data.BaseUpdater
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( string loadedVersion ) : void
InstallCustom ( string id, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
LocaleUpdater ( string loadedVersion ) : System

보호된 메소드들

메소드 설명
CanBeUpdated ( ) : bool
CheckAndUpdateIfNeededInner ( ) : Task
FirstCheck ( ) : void
GetUpdatePeriod ( ) : System.TimeSpan
OnCommonSettingsChanged ( object sender, System e ) : void
SetListener ( ) : void

메소드 상세

CanBeUpdated() 보호된 메소드

protected CanBeUpdated ( ) : bool
리턴 bool

CheckAndUpdateIfNeededInner() 보호된 메소드

protected CheckAndUpdateIfNeededInner ( ) : Task
리턴 Task

FirstCheck() 보호된 메소드

protected FirstCheck ( ) : void
리턴 void

GetUpdatePeriod() 보호된 메소드

protected GetUpdatePeriod ( ) : System.TimeSpan
리턴 System.TimeSpan

Initialize() 공개 정적인 메소드

public static Initialize ( string loadedVersion ) : void
loadedVersion string
리턴 void

InstallCustom() 공개 메소드

public InstallCustom ( string id, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
id string
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task

LocaleUpdater() 공개 메소드

public LocaleUpdater ( string loadedVersion ) : System
loadedVersion string
리턴 System

OnCommonSettingsChanged() 보호된 메소드

protected OnCommonSettingsChanged ( object sender, System e ) : void
sender object
e System
리턴 void

SetListener() 보호된 메소드

protected SetListener ( ) : void
리턴 void