Свойство | Тип | Описание | |
---|---|---|---|
FindMethodInfo | Method |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
FindMethodInfo ( IList |
public ControllerRecognizer ( Controller controller, Configuration configuration, TypeContainer typeContainer, bool allowInferParameter = false ) : System | ||
controller | Controller | |
configuration | Configuration | |
typeContainer | TypeContainer | |
allowInferParameter | bool | |
Результат | System |
public GetRecognizers ( string methodname ) : IEnumerable |
||
methodname | string | |
Результат | IEnumerable |
public Parse ( IEnumerable |
||
arg | IEnumerable |
|
Результат |
public Parse ( Method methodInfo, ParsedArguments parsedArguments ) : |
||
methodInfo | Method | |
parsedArguments | ParsedArguments | |
Результат |
public ParseArgumentsAndMerge ( IEnumerable |
||
arg | IEnumerable |
|
parsedArguments | ParsedArguments | |
Результат | ParsedArguments |
public ParseArgumentsAndMerge ( string actionName, string>.Dictionary |
||
actionName | string | |
arg | string>.Dictionary | |
parsedArguments | ParsedArguments | |
Результат | ParsedArguments |
public Recognize ( IEnumerable |
||
arg | IEnumerable |
|
Результат | bool |
public Recognize ( string controllerName, string actionName ) : bool | ||
controllerName | string | |
actionName | string | |
Результат | bool |