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

Inheritance: IContributeComponentModelConstruction
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
ProcessModel ( IKernel kernel, ComponentModel model ) : void

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

Private Methods

Méthode 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 méthode

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
Résultat void