C# Class Patterns.Autofac.AccessibleContainer

Inheritance: IContainer
Afficher le fichier Open project: patterns-group/code-patterns

Protected Properties

Свойство Type Description
Container IContainer

Méthodes publiques

Méthode Description
AccessibleContainer ( ) : System
AccessibleContainer ( IContainer container ) : System
BeginLifetimeScope ( ) : ILifetimeScope
BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
BeginLifetimeScope ( object tag ) : ILifetimeScope
BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
Dispose ( ) : void
ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object

Method Details

AccessibleContainer() public méthode

public AccessibleContainer ( ) : System
Résultat System

AccessibleContainer() public méthode

public AccessibleContainer ( IContainer container ) : System
container IContainer
Résultat System

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( ) : ILifetimeScope
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
configurationAction Action
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( object tag ) : ILifetimeScope
tag object
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
tag object
configurationAction Action
Résultat ILifetimeScope

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ResolveComponent() public méthode

public ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
registration IComponentRegistration
parameters IEnumerable
Résultat object

Property Details

Container protected_oe property

protected IContainer Container
Résultat IContainer