C# Класс EAAddinFramework.Utilities.AddinSettings

Description of AddinSettings.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
refresh ( ) : void
save ( ) : void

saves the settings to the config file

Защищенные методы

Метод Описание
AddinSettings ( ) : System
getDefaultSettings ( ) : void

gets the default settings config.

getValue ( string key ) : string
mergeDefaultSettings ( ) : void

merge the default settings with the current config.

setValue ( string key, string value ) : void

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

AddinSettings() защищенный Метод

protected AddinSettings ( ) : System
Результат System

getDefaultSettings() защищенный Метод

gets the default settings config.
protected getDefaultSettings ( ) : void
Результат void

getValue() защищенный Метод

protected getValue ( string key ) : string
key string
Результат string

mergeDefaultSettings() защищенный Метод

merge the default settings with the current config.
protected mergeDefaultSettings ( ) : void
Результат void

refresh() публичный Метод

public refresh ( ) : void
Результат void

save() публичный Метод

saves the settings to the config file
public save ( ) : void
Результат void

setValue() защищенный Метод

protected setValue ( string key, string value ) : void
key string
value string
Результат void