C# Class Castle.MicroKernel.Registration.Attrib

Represents a configuration attribute.
Inheritance: Node
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
ApplyTo ( IConfiguration configuration ) : void

Applies the configuration node.

ForName ( String name ) : NamedAttribute

Create a NamedAttribute with name.

Private Methods

Méthode Description
Attrib ( String name, String value ) : System

Method Details

ApplyTo() public méthode

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

ForName() public static méthode

Create a NamedAttribute with name.
public static ForName ( String name ) : NamedAttribute
name String The attribute name.
Résultat NamedAttribute