C# 클래스 StructureMap.Pipeline.BuildFrame

Models the current place in an object graph during the construction of an instance. Provides contextual information that can be used to alter the desired construction of child objects
상속: IBuildFrame
파일 보기 프로젝트 열기: visit/structuremap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Detach BuildFrame

공개 메소드들

메소드 설명
Attach ( BuildFrame next ) : void
BuildFrame ( Type requestedType, string name, Type concreteType ) : System
Contains ( BuildFrame frame ) : bool
Equals ( BuildFrame obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToStackString ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
Detach ( ) : BuildFrame

메소드 상세

Attach() 공개 메소드

public Attach ( BuildFrame next ) : void
next BuildFrame
리턴 void

BuildFrame() 공개 메소드

public BuildFrame ( Type requestedType, string name, Type concreteType ) : System
requestedType System.Type
name string
concreteType System.Type
리턴 System

Contains() 공개 메소드

public Contains ( BuildFrame frame ) : bool
frame BuildFrame
리턴 bool

Equals() 공개 메소드

public Equals ( BuildFrame obj ) : bool
obj BuildFrame
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToStackString() 공개 메소드

public ToStackString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string