C# Class AcManager.Tools.AcObjectsNew.AcIniObject

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

Public Methods

Method Description
HandleChangedFile ( string filename ) : bool
ReloadIniData ( ) : void
Save ( ) : void
SaveData ( IniFile ini ) : void

Protected Methods

Method Description
AcIniObject ( IFileAcManager manager, string id, bool enabled ) : System
LoadData ( IniFile ini ) : void
LoadOrThrow ( ) : void

Private Methods

Method Description
LoadIniOrThrow ( ) : void

Method Details

AcIniObject() protected method

protected AcIniObject ( IFileAcManager manager, string id, bool enabled ) : System
manager IFileAcManager
id string
enabled bool
return System

HandleChangedFile() public method

public HandleChangedFile ( string filename ) : bool
filename string
return bool

LoadData() protected abstract method

protected abstract LoadData ( IniFile ini ) : void
ini IniFile
return void

LoadOrThrow() protected method

protected LoadOrThrow ( ) : void
return void

ReloadIniData() public method

public ReloadIniData ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveData() public abstract method

public abstract SaveData ( IniFile ini ) : void
ini IniFile
return void