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

Inheritance: IniSettings
Show file Open project: gro-ove/actools

Public Methods

Method Description
Export ( ) : string
Import ( string serialized ) : void

Protected Methods

Method 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 method

public Export ( ) : string
return string

Import() public method

public Import ( string serialized ) : void
serialized string
return void

IniPresetableSettings() protected method

protected IniPresetableSettings ( [ name, bool reload = true, bool systemConfig = false ) : System
name [
reload bool
systemConfig bool
return System

InvokeChanged() protected abstract method

protected abstract InvokeChanged ( ) : void
return void

Save() protected method

protected Save ( ) : void
return void

SetToIni() protected method

protected SetToIni ( ) : void
return void

SetToIni() protected abstract method

protected abstract SetToIni ( System.IniFile ini ) : void
ini System.IniFile
return void