C# Class NetBuild.CheckProject.ConfigurationContext

Provides values from the specified console arguments or from the local application config.
Inheritance: IContextProvider, IConfigReader
ファイルを表示 Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
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.

Method Details

GetValue() public method

Gets configuration value by specified name. Should return null if value does not exist.
public GetValue ( string name ) : string
name string
return string

Load() public method

Loads required data.
public Load ( CheckContext context ) : void
context CheckContext
return void