C# Class EAAddinFramework.Utilities.AddinSettings

Description of AddinSettings.
Exibir arquivo Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Public Methods

Method Description
refresh ( ) : void
save ( ) : void

saves the settings to the config file

Protected Methods

Method 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 method

protected AddinSettings ( ) : System
return System

getDefaultSettings() protected method

gets the default settings config.
protected getDefaultSettings ( ) : void
return void

getValue() protected method

protected getValue ( string key ) : string
key string
return string

mergeDefaultSettings() protected method

merge the default settings with the current config.
protected mergeDefaultSettings ( ) : void
return void

refresh() public method

public refresh ( ) : void
return void

save() public method

saves the settings to the config file
public save ( ) : void
return void

setValue() protected method

protected setValue ( string key, string value ) : void
key string
value string
return void