Method | Description | |
---|---|---|
CanHandleType ( |
ConfigurationObjectAttribute 가 정의된 Class에 대해서 Windsor의 Prameters 값을 변환해준다.
|
|
PerformConversion ( IConfiguration configuration, |
Castle.Windsor 환경설정 정보에 있는 속성정보를 Instance의 속성 값으로 매핑한다.
|
|
PerformConversion ( string value, |
Castle.Windsor 환경설정 정보에 있는 값을 해당 형식의 생성자에 제공하여 인스턴스를 빌드한다.
|
public CanHandleType ( |
||
type | ||
return | bool |
public PerformConversion ( IConfiguration configuration, |
||
configuration | IConfiguration | Castle configuration object |
targetType | target type | |
return | object |
public PerformConversion ( string value, |
||
value | string | 인스턴싱할때 생성자에 제공할 인자 값 |
targetType | 인스턴싱할 형식 | |
return | object |