C# Класс Organisation.Configuration

Наследование: Observer.Subject
Показать файл Открыть проект Примеры использования класса

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

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

Contructor that initialize all variables to the default values

GetPluginPath ( ) : String

Returns the directory of the Plugins

GetSkinPath ( ) : String

Returns the directory of the skins

Init ( ) : void

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects

InitNotify ( ) : void

Initialization Complete Notify

ResetToDefault ( ) : void

Resets all settings to default

getFallBackSkin ( ) : string

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

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

Contructor that initialize all variables to the default values
public Configuration ( ) : System
Результат System

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

Returns the directory of the Plugins
public GetPluginPath ( ) : String
Результат String

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

Returns the directory of the skins
public GetSkinPath ( ) : String
Результат String

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

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects
public Init ( ) : void
Результат void

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

Initialization Complete Notify
public InitNotify ( ) : void
Результат void

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

Resets all settings to default
public ResetToDefault ( ) : void
Результат void

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

public getFallBackSkin ( ) : string
Результат string