Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CQRSalad
Dispatching
ActionsScanning
DefaultDispatcherHandlerActionsProvider
C# Class CQRSalad.Dispatching.ActionsScanning.DefaultDispatcherHandlerActionsProvider
Inheritance:
IDispatcherHandlerActionsProvider
Show file
Open project: Ontropix/CQRSalad
Class Usage Examples
Public Methods
Method
Description
GetHandlerActions
(
TypeInfo
handlerType
) :
IEnumerable
Private Methods
Method
Description
IsHandlerAction
(
MethodInfo
method
) :
bool
Method Details
GetHandlerActions()
public
method
public
GetHandlerActions
(
TypeInfo
handlerType
) :
IEnumerable
handlerType
System.Reflection.TypeInfo
return
IEnumerable