C# Class CQRSalad.Dispatching.ActionsScanning.DefaultDispatcherHandlerActionsProvider

Inheritance: IDispatcherHandlerActionsProvider
Afficher le fichier Open project: Ontropix/CQRSalad Class Usage Examples

Méthodes publiques

Méthode Description
GetHandlerActions ( TypeInfo handlerType ) : IEnumerable

Private Methods

Méthode Description
IsHandlerAction ( MethodInfo method ) : bool

Method Details

GetHandlerActions() public méthode

public GetHandlerActions ( TypeInfo handlerType ) : IEnumerable
handlerType System.Reflection.TypeInfo
Résultat IEnumerable