C# Class Castle.MicroKernel.Registration.ParameterKey

Represents a parameter key.
Mostra file Open project: castleproject/Windsor

Public Methods

Method Description
Eq ( IConfiguration configNode ) : Parameter

Builds the Parameter with key/config.

Eq ( String value ) : Parameter

Builds the Parameter with key/value.

Private Methods

Method Description
ParameterKey ( String name ) : System

Method Details

Eq() public method

Builds the Parameter with key/config.
public Eq ( IConfiguration configNode ) : Parameter
configNode IConfiguration The parameter configuration.
return Parameter

Eq() public method

Builds the Parameter with key/value.
public Eq ( String value ) : Parameter
value String The parameter value.
return Parameter