CKFinder 3 – ASP.NET Connector Documentation
ComponentResolver Class Reference

A default implementation of component resolver. More...

Inheritance diagram for ComponentResolver:
IComponentResolver

Public Member Functions

 ComponentResolver (ILifetimeScope lifetimeScope)
 Constructs a new instance of ComponentResolver. More...
 
Resolve< T > ()
 Resolves component of given type. More...
 

Detailed Description

A default implementation of component resolver.

Constructor & Destructor Documentation

◆ ComponentResolver()

ComponentResolver ( ILifetimeScope  lifetimeScope)
inline

Constructs a new instance of ComponentResolver.

Parameters
lifetimeScopeAn Autofac lifetime scope.

Member Function Documentation

◆ Resolve< T >()

T Resolve< T > ( )
inline

Resolves component of given type.

Template Parameters
TA type of the component.
Returns
An instance of the component.

Implements IComponentResolver.


The documentation for this class was generated from the following file: