C# 클래스 Castle.MicroKernel.ModelBuilder.Inspectors.ConfigurationParametersInspector

상속: IContributeComponentModelConstruction
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ProcessModel ( IKernel kernel, ComponentModel model ) : void

Inspect the configuration associated with the component and populates the parameter model collection accordingly

비공개 메소드들

메소드 설명
AddAnyServiceOverrides ( ComponentModel model, IConfiguration config, ParameterModel parameter ) : void
InspectCollections ( ComponentModel model ) : void
IsArray ( ParameterModel parameter ) : bool
IsList ( ParameterModel parameter ) : bool

메소드 상세

ProcessModel() 공개 메소드

Inspect the configuration associated with the component and populates the parameter model collection accordingly
public ProcessModel ( IKernel kernel, ComponentModel model ) : void
kernel IKernel
model Castle.Core.ComponentModel
리턴 void