C# Class Castle.MicroKernel.Registration.NamedChild

Represents a named child.
Inheritance: Node
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
ApplyTo ( IConfiguration configuration ) : void

Applies the configuration node.

Eq ( IConfiguration configNode ) : ComplexChild

Builds the ComplexChild with name/config.

Eq ( ) : CompoundChild

Builds the Child with name/config.

Eq ( String value ) : SimpleChild

Builds the SimpleChild with name/value.

Eq ( object value ) : SimpleChild

Builds the SimpleChild with name/value.

Private Methods

Méthode Description
NamedChild ( String name ) : System

Method Details

ApplyTo() public méthode

Applies the configuration node.
public ApplyTo ( IConfiguration configuration ) : void
configuration IConfiguration The configuration.
Résultat void

Eq() public méthode

Builds the ComplexChild with name/config.
public Eq ( IConfiguration configNode ) : ComplexChild
configNode IConfiguration The child configuration.
Résultat ComplexChild

Eq() public méthode

Builds the Child with name/config.
public Eq ( ) : CompoundChild
Résultat CompoundChild

Eq() public méthode

Builds the SimpleChild with name/value.
public Eq ( String value ) : SimpleChild
value String The child value.
Résultat SimpleChild

Eq() public méthode

Builds the SimpleChild with name/value.
public Eq ( object value ) : SimpleChild
value object The child value.
Résultat SimpleChild