C# Класс Cedar.Core.SettingSource.SettingSourceFactory

This is factory to create or get setting source.
Показать файл Открыть проект

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

Метод Описание
ChangeSettingSource ( ISettingSource settingSource ) : void

Changes the setting source.

ChangeSettingSource ( string name ) : void

Changes the setting source.

GetSettingSource ( string name = null ) : ISettingSource

Gets the setting source.

Reset ( ) : void

Resets this default setting source to null.

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

ChangeSettingSource() публичный статический Метод

Changes the setting source.
public static ChangeSettingSource ( ISettingSource settingSource ) : void
settingSource ISettingSource The setting source.
Результат void

ChangeSettingSource() публичный статический Метод

Changes the setting source.
public static ChangeSettingSource ( string name ) : void
name string The name.
Результат void

GetSettingSource() публичный статический Метод

Gets the setting source.
public static GetSettingSource ( string name = null ) : ISettingSource
name string The name.
Результат ISettingSource

Reset() публичный статический Метод

Resets this default setting source to null.
public static Reset ( ) : void
Результат void