C# Class ActionControllers.ControllerActionLocator

Afficher le fichier Open project: schotime/ActionControllers Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ) : Type>.Dictionary
ControllerActionLocator ( INamingConventions namingConventions ) : System
FindActionsFrom ( IEnumerable types ) : ControllerActionLocator
FindActionsFromAssembly ( Assembly assembly ) : ControllerActionLocator
FindActionsFromAssemblyContaining ( Type type ) : ControllerActionLocator
Where ( bool>.Func predicate ) : ControllerActionLocator

Method Details

Build() public méthode

public Build ( ) : Type>.Dictionary
Résultat Type>.Dictionary

ControllerActionLocator() public méthode

public ControllerActionLocator ( INamingConventions namingConventions ) : System
namingConventions INamingConventions
Résultat System

FindActionsFrom() public méthode

public FindActionsFrom ( IEnumerable types ) : ControllerActionLocator
types IEnumerable
Résultat ControllerActionLocator

FindActionsFromAssembly() public méthode

public FindActionsFromAssembly ( Assembly assembly ) : ControllerActionLocator
assembly System.Reflection.Assembly
Résultat ControllerActionLocator

FindActionsFromAssemblyContaining() public méthode

public FindActionsFromAssemblyContaining ( Type type ) : ControllerActionLocator
type System.Type
Résultat ControllerActionLocator

Where() public méthode

public Where ( bool>.Func predicate ) : ControllerActionLocator
predicate bool>.Func
Résultat ControllerActionLocator