C# Class 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
Inheritance: IBuildFrame
Mostrar archivo Open project: visit/structuremap Class Usage Examples

Private Properties

Property Type Description
Detach BuildFrame

Public Methods

Method Description
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

Private Methods

Method Description
Detach ( ) : BuildFrame

Method Details

Attach() public method

public Attach ( BuildFrame next ) : void
next BuildFrame
return void

BuildFrame() public method

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

Contains() public method

public Contains ( BuildFrame frame ) : bool
frame BuildFrame
return bool

Equals() public method

public Equals ( BuildFrame obj ) : bool
obj BuildFrame
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToStackString() public method

public ToStackString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string