C# 클래스 Castle.MicroKernel.Registration.ParameterKey

Represents a parameter key.
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Eq ( IConfiguration configNode ) : Parameter

Builds the Parameter with key/config.

Eq ( String value ) : Parameter

Builds the Parameter with key/value.

비공개 메소드들

메소드 설명
ParameterKey ( String name ) : System

메소드 상세

Eq() 공개 메소드

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

Eq() 공개 메소드

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