C# Class EAAddinFramework.Utilities.AddinSettings

Description of AddinSettings.
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Méthodes publiques

Méthode Description
refresh ( ) : void
save ( ) : void

saves the settings to the config file

Méthodes protégées

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

Method Details

AddinSettings() protected méthode

protected AddinSettings ( ) : System
Résultat System

getDefaultSettings() protected méthode

gets the default settings config.
protected getDefaultSettings ( ) : void
Résultat void

getValue() protected méthode

protected getValue ( string key ) : string
key string
Résultat string

mergeDefaultSettings() protected méthode

merge the default settings with the current config.
protected mergeDefaultSettings ( ) : void
Résultat void

refresh() public méthode

public refresh ( ) : void
Résultat void

save() public méthode

saves the settings to the config file
public save ( ) : void
Résultat void

setValue() protected méthode

protected setValue ( string key, string value ) : void
key string
value string
Résultat void