C# Class AcManager.Tools.Helpers.IniFileExtension

Show file Open project: gro-ove/actools

Public Methods

Method Description
GetColor ( this section, [ key, Color defaultValue ) : Color
GetColor ( this section, [ key, Color defaultValue, double defaultMultipler, double &multipler ) : Color
Set ( this section, [ key, Color entry ) : void
Set ( this section, [ key, Color entry, double multipler ) : void
Set ( this section, [ key, SettingEntry entry ) : void

Private Methods

Method Description
GetEntry ( this section, [ key, IList entries ) : SettingEntry
GetEntry ( this section, [ key, IList entries, [ defaultValue ) : SettingEntry
GetEntry ( this section, [ key, IList entries, int defaultValueId ) : SettingEntry

Method Details

GetColor() public static method

public static GetColor ( this section, [ key, Color defaultValue ) : Color
section this
key [
defaultValue Color
return Color

GetColor() public static method

public static GetColor ( this section, [ key, Color defaultValue, double defaultMultipler, double &multipler ) : Color
section this
key [
defaultValue Color
defaultMultipler double
multipler double
return Color

Set() public static method

public static Set ( this section, [ key, Color entry ) : void
section this
key [
entry Color
return void

Set() public static method

public static Set ( this section, [ key, Color entry, double multipler ) : void
section this
key [
entry Color
multipler double
return void

Set() public static method

public static Set ( this section, [ key, SettingEntry entry ) : void
section this
key [
entry SettingEntry
return void