C# 클래스 Castle.MicroKernel.Registration.NamedChild

Represents a named child.
상속: Node
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
NamedChild ( String name ) : System

메소드 상세

ApplyTo() 공개 메소드

Applies the configuration node.
public ApplyTo ( IConfiguration configuration ) : void
configuration IConfiguration The configuration.
리턴 void

Eq() 공개 메소드

Builds the ComplexChild with name/config.
public Eq ( IConfiguration configNode ) : ComplexChild
configNode IConfiguration The child configuration.
리턴 ComplexChild

Eq() 공개 메소드

Builds the Child with name/config.
public Eq ( ) : CompoundChild
리턴 CompoundChild

Eq() 공개 메소드

Builds the SimpleChild with name/value.
public Eq ( String value ) : SimpleChild
value String The child value.
리턴 SimpleChild

Eq() 공개 메소드

Builds the SimpleChild with name/value.
public Eq ( object value ) : SimpleChild
value object The child value.
리턴 SimpleChild