Property | Type | Description | |
---|---|---|---|
FindMethodInfo | Method |
Method | Description | |
---|---|---|
ControllerRecognizer ( Controller controller, Configuration configuration, TypeContainer typeContainer, bool allowInferParameter = false ) : System |
|
|
GetRecognizers ( string methodname ) : IEnumerable |
||
Parse ( IEnumerable |
Note that in order to register a converter you can use: TypeDescriptor.AddAttributes(typeof(AType), new TypeConverterAttribute(typeof(ATypeConverter)));
|
|
Parse ( Method methodInfo, ParsedArguments parsedArguments ) : |
||
ParseArgumentsAndMerge ( IEnumerable |
||
ParseArgumentsAndMerge ( string actionName, string>.Dictionary |
||
Recognize ( IEnumerable |
||
Recognize ( string controllerName, string actionName ) : bool |
Method | Description | |
---|---|---|
FindMethodInfo ( IList |
public ControllerRecognizer ( Controller controller, Configuration configuration, TypeContainer typeContainer, bool allowInferParameter = false ) : System | ||
controller | Controller | |
configuration | Configuration | |
typeContainer | TypeContainer | |
allowInferParameter | bool | |
return | System |
public GetRecognizers ( string methodname ) : IEnumerable |
||
methodname | string | |
return | IEnumerable |
public Parse ( IEnumerable |
||
arg | IEnumerable |
|
return |
public Parse ( Method methodInfo, ParsedArguments parsedArguments ) : |
||
methodInfo | Method | |
parsedArguments | ParsedArguments | |
return |
public ParseArgumentsAndMerge ( IEnumerable |
||
arg | IEnumerable |
|
parsedArguments | ParsedArguments | |
return | ParsedArguments |
public ParseArgumentsAndMerge ( string actionName, string>.Dictionary |
||
actionName | string | |
arg | string>.Dictionary | |
parsedArguments | ParsedArguments | |
return | ParsedArguments |
public Recognize ( string controllerName, string actionName ) : bool | ||
controllerName | string | |
actionName | string | |
return | bool |