C# Класс AcManager.Tools.Helpers.IniFileExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetEntry ( this section, [ key, IList entries ) : SettingEntry
GetEntry ( this section, [ key, IList entries, [ defaultValue ) : SettingEntry
GetEntry ( this section, [ key, IList entries, int defaultValueId ) : SettingEntry

Описание методов

GetColor() публичный статический Метод

public static GetColor ( this section, [ key, Color defaultValue ) : Color
section this
key [
defaultValue Color
Результат Color

GetColor() публичный статический Метод

public static GetColor ( this section, [ key, Color defaultValue, double defaultMultipler, double &multipler ) : Color
section this
key [
defaultValue Color
defaultMultipler double
multipler double
Результат Color

Set() публичный статический Метод

public static Set ( this section, [ key, Color entry ) : void
section this
key [
entry Color
Результат void

Set() публичный статический Метод

public static Set ( this section, [ key, Color entry, double multipler ) : void
section this
key [
entry Color
multipler double
Результат void

Set() публичный статический Метод

public static Set ( this section, [ key, SettingEntry entry ) : void
section this
key [
entry SettingEntry
Результат void