C# 클래스 Microsoft.Practices.ObjectBuilder.LookupParameter

Implementation of IParameter which looks up the parameter value in the build context locator.
상속: IParameter
파일 보기 프로젝트 열기: shinexyt/CAB 1 사용 예제들

공개 메소드들

메소드 설명
GetParameterType ( IBuilderContext context ) : Type

Implementation of IParameter.GetParameterType.

GetValue ( IBuilderContext context ) : object

Implementation of IParameter.GetValue.

LookupParameter ( object key ) : System

Initializes a new instance of the LookupParameter class.

메소드 상세

GetParameterType() 공개 메소드

Implementation of IParameter.GetParameterType.
public GetParameterType ( IBuilderContext context ) : Type
context IBuilderContext The build context.
리턴 Type

GetValue() 공개 메소드

Implementation of IParameter.GetValue.
public GetValue ( IBuilderContext context ) : object
context IBuilderContext The build context.
리턴 object

LookupParameter() 공개 메소드

Initializes a new instance of the LookupParameter class.
public LookupParameter ( object key ) : System
key object The key to look the object up with.
리턴 System