C# Class Castle.MicroKernel.ModelBuilder.Inspectors.ConfigurationParametersInspector

Inheritance: IContributeComponentModelConstruction
Show file Open project: castleproject/Windsor

Public Methods

Method Description
ProcessModel ( IKernel kernel, ComponentModel model ) : void

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

Private Methods

Method Description
AddAnyServiceOverrides ( ComponentModel model, IConfiguration config, ParameterModel parameter ) : void
InspectCollections ( ComponentModel model ) : void
IsArray ( ParameterModel parameter ) : bool
IsList ( ParameterModel parameter ) : bool

Method Details

ProcessModel() public method

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
return void