C# Class AcManager.Tools.Miscellaneous.LocaleUpdater

Inheritance: AcManager.Tools.Data.BaseUpdater
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( string loadedVersion ) : void
InstallCustom ( string id, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
LocaleUpdater ( string loadedVersion ) : System

Méthodes protégées

Méthode Description
CanBeUpdated ( ) : bool
CheckAndUpdateIfNeededInner ( ) : Task
FirstCheck ( ) : void
GetUpdatePeriod ( ) : System.TimeSpan
OnCommonSettingsChanged ( object sender, System e ) : void
SetListener ( ) : void

Method Details

CanBeUpdated() protected méthode

protected CanBeUpdated ( ) : bool
Résultat bool

CheckAndUpdateIfNeededInner() protected méthode

protected CheckAndUpdateIfNeededInner ( ) : Task
Résultat Task

FirstCheck() protected méthode

protected FirstCheck ( ) : void
Résultat void

GetUpdatePeriod() protected méthode

protected GetUpdatePeriod ( ) : System.TimeSpan
Résultat System.TimeSpan

Initialize() public static méthode

public static Initialize ( string loadedVersion ) : void
loadedVersion string
Résultat void

InstallCustom() public méthode

public InstallCustom ( string id, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
id string
progress IProgress
cancellation System.Threading.CancellationToken
Résultat Task

LocaleUpdater() public méthode

public LocaleUpdater ( string loadedVersion ) : System
loadedVersion string
Résultat System

OnCommonSettingsChanged() protected méthode

protected OnCommonSettingsChanged ( object sender, System e ) : void
sender object
e System
Résultat void

SetListener() protected méthode

protected SetListener ( ) : void
Résultat void