C# Class AcManager.Tools.Helpers.AcSettings.IniPresetableSettings

Inheritance: IniSettings
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Export ( ) : string
Import ( string serialized ) : void

Méthodes protégées

Méthode Description
IniPresetableSettings ( [ name, bool reload = true, bool systemConfig = false ) : System
InvokeChanged ( ) : void
Save ( ) : void
SetToIni ( ) : void
SetToIni ( System.IniFile ini ) : void

Method Details

Export() public méthode

public Export ( ) : string
Résultat string

Import() public méthode

public Import ( string serialized ) : void
serialized string
Résultat void

IniPresetableSettings() protected méthode

protected IniPresetableSettings ( [ name, bool reload = true, bool systemConfig = false ) : System
name [
reload bool
systemConfig bool
Résultat System

InvokeChanged() protected abstract méthode

protected abstract InvokeChanged ( ) : void
Résultat void

Save() protected méthode

protected Save ( ) : void
Résultat void

SetToIni() protected méthode

protected SetToIni ( ) : void
Résultat void

SetToIni() protected abstract méthode

protected abstract SetToIni ( System.IniFile ini ) : void
ini System.IniFile
Résultat void