C# 클래스 NetBuild.CheckProject.ConfigurationContext

Provides values from the specified console arguments or from the local application config.
상속: IContextProvider, IConfigReader
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
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