C# Класс Microsoft.Practices.ObjectBuilder.LookupParameter

Implementation of IParameter which looks up the parameter value in the build context locator.
Наследование: IParameter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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