C# Класс NetBuild.CheckProject.ConfigurationContext

Provides values from the specified console arguments or from the local application config.
Наследование: IContextProvider, IConfigReader
Показать файл Открыть проект

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

Метод Описание
GetValue ( string name ) : string

Gets configuration value by specified name. Should return null if value does not exist.

Load ( CheckContext context ) : void

Loads required data.

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

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

Gets configuration value by specified name. Should return null if value does not exist.
public GetValue ( string name ) : string
name string
Результат string

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

Loads required data.
public Load ( CheckContext context ) : void
context CheckContext
Результат void