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