C# Class Castle.Windsor.Experimental.Debugging.Primitives.LifestyleDependency

Mostra file Open project: 7digital/Castle.Windsor Class Usage Examples

Public Methods

Method Description
LifestyleDependency ( MetaComponent component, LifestyleDependency parent = null ) : System.Collections.Generic
Mismatched ( ) : bool

Private Methods

Method Description
ContributeItem ( MetaComponent mismatched, StringBuilder message, IList items ) : void
GetItem ( ) : MismatchedDependency
GetKey ( ) : string
GetMismatchMessage ( IList items ) : string
GetName ( MetaComponent root ) : string
ImTheRoot ( ) : bool

Method Details

LifestyleDependency() public method

public LifestyleDependency ( MetaComponent component, LifestyleDependency parent = null ) : System.Collections.Generic
component MetaComponent
parent LifestyleDependency
return System.Collections.Generic

Mismatched() public method

public Mismatched ( ) : bool
return bool