C# Class AcManager.Tools.Helpers.IniFileExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetColor ( this section, [ key, Color defaultValue ) : Color
section this
key [
defaultValue Color
Résultat Color

GetColor() public static méthode

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

Set() public static méthode

public static Set ( this section, [ key, Color entry ) : void
section this
key [
entry Color
Résultat void

Set() public static méthode

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

Set() public static méthode

public static Set ( this section, [ key, SettingEntry entry ) : void
section this
key [
entry SettingEntry
Résultat void