C# Class Skimur.Web.Infrastructure.Invoker

Inheritance: IViewComponentInvoker
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
Invoke ( ViewComponentContext context ) : void
InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task
InvokeSyncCore ( MethodInfo method, ViewComponentContext context ) : IViewComponentResult
Invoker ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILogger logger ) : Microsoft.AspNet.Html.Abstractions

Private Methods

Méthode Description
CoerceToViewComponentResult ( object value ) : IViewComponentResult
CreateComponent ( ViewComponentContext context ) : object
InvokeAsyncCore ( MethodInfo method, ViewComponentContext context ) : Task

Method Details

Invoke() public méthode

public Invoke ( ViewComponentContext context ) : void
context ViewComponentContext
Résultat void

InvokeAsync() public méthode

public InvokeAsync ( ViewComponentContext context ) : System.Threading.Tasks.Task
context ViewComponentContext
Résultat System.Threading.Tasks.Task

InvokeSyncCore() public méthode

public InvokeSyncCore ( MethodInfo method, ViewComponentContext context ) : IViewComponentResult
method System.Reflection.MethodInfo
context ViewComponentContext
Résultat IViewComponentResult

Invoker() public méthode

public Invoker ( ITypeActivatorCache typeActivatorCache, IViewComponentActivator viewComponentActivator, System.Diagnostics.DiagnosticSource diagnosticSource, ILogger logger ) : Microsoft.AspNet.Html.Abstractions
typeActivatorCache ITypeActivatorCache
viewComponentActivator IViewComponentActivator
diagnosticSource System.Diagnostics.DiagnosticSource
logger ILogger
Résultat Microsoft.AspNet.Html.Abstractions