C# 클래스 EAAddinFramework.Utilities.AddinSettings

Description of AddinSettings.
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

공개 메소드들

메소드 설명
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