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
Afficher le fichier Open project: visit/structuremap Class Usage Examples

Private Properties

Свойство Type Description
Detach BuildFrame

Méthodes publiques

Méthode 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

Méthode Description
Detach ( ) : BuildFrame

Method Details

Attach() public méthode

public Attach ( BuildFrame next ) : void
next BuildFrame
Résultat void

BuildFrame() public méthode

public BuildFrame ( Type requestedType, string name, Type concreteType ) : System
requestedType System.Type
name string
concreteType System.Type
Résultat System

Contains() public méthode

public Contains ( BuildFrame frame ) : bool
frame BuildFrame
Résultat bool

Equals() public méthode

public Equals ( BuildFrame obj ) : bool
obj BuildFrame
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToStackString() public méthode

public ToStackString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string