C# Класс ho_Tools.Settings.AddinSettings

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

Открытые свойства

Свойство Тип Описание
_activityConnectors ActivityConnectors
_logicalConnectors LogicalConnectors
allServices List
globalShortcutsSearch List
globalShortcutsService List
shortcutsSearch EaAddinShortcut[]
shortcutsServices List

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

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

Merge default settings (install DLLs) with current settings (user.config) Read settings from %APPDATA%\ho\ho_tools\user.config

getConnector ( DiagramConnector l ) : void
refresh ( ) : void
save ( ) : void

saves the settings to the config file

setConnector ( DiagramConnector l ) : void
setGlobalShortcutsSearch ( List l ) : void
setGlobalShortcutsService ( List l ) : void
setServices ( List l ) : void
setShortcuts ( EaAddinShortcut l ) : void
updateSearchesAndServices ( ) : void

Update the services & searches for: - Buttons - Global keys / global shortcuts / keyboard keys by - Method - Tooltip

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

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

gets the default settings config.

mergeDefaultSettings ( ) : void

merge the default settings with the current config.

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

Метод Описание
getAllServices ( ) : void
getGlobalShortcutsSearch ( ) : List
getGlobalShortcutsService ( ) : List

getShortcutsSearch ( ) : EaAddinShortcut[]
getShortcutsServices ( ) : List

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

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

Merge default settings (install DLLs) with current settings (user.config) Read settings from %APPDATA%\ho\ho_tools\user.config
public AddinSettings ( ) : System
Результат System

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

public getConnector ( DiagramConnector l ) : void
l DiagramConnector
Результат void

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

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

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

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

public setConnector ( DiagramConnector l ) : void
l DiagramConnector
Результат void

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

public setGlobalShortcutsSearch ( List l ) : void
l List
Результат void

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

public setGlobalShortcutsService ( List l ) : void
l List
Результат void

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

public setServices ( List l ) : void
l List
Результат void

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

public setShortcuts ( EaAddinShortcut l ) : void
l EaAddinShortcut
Результат void

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

Update the services & searches for: - Buttons - Global keys / global shortcuts / keyboard keys by - Method - Tooltip
public updateSearchesAndServices ( ) : void
Результат void

Описание свойств

_activityConnectors публичное свойство

public ActivityConnectors _activityConnectors
Результат ActivityConnectors

_logicalConnectors публичное свойство

public LogicalConnectors _logicalConnectors
Результат LogicalConnectors

allServices публичное свойство

public List allServices
Результат List

globalShortcutsSearch публичное свойство

public List globalShortcutsSearch
Результат List

globalShortcutsService публичное свойство

public List globalShortcutsService
Результат List

shortcutsSearch публичное свойство

public EaAddinShortcut[] shortcutsSearch
Результат EaAddinShortcut[]

shortcutsServices публичное свойство

public List shortcutsServices
Результат List