C# Class API_9.App_Start.UnityDependencyResolver

Inheritance: IDependencyResolver
Afficher le fichier Open project: BarlowDu/WebAPI Class Usage Examples

Méthodes publiques

Méthode Description
BeginScope ( ) : IDependencyScope
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Private Methods

Méthode Description
UnityDependencyResolver ( ) : System

Method Details

BeginScope() public méthode

public BeginScope ( ) : IDependencyScope
Résultat IDependencyScope

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

GetServices() public méthode

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable