Method | Description | |
---|---|---|
ControllerName ( this type ) : string | ||
FindSet ( this |
||
GetControllerActionMethods ( this type ) : IEnumerable |
||
GetOwnPublicMethods ( this type ) : IEnumerable |
||
GetPublicInstanceMethods ( this t ) : System.Reflection.MethodInfo[] | ||
GetPublicInstanceProperties ( this parameterInfo ) : IEnumerable |
||
IsClass ( this t ) : bool | ||
IsFile ( this parameterType ) : bool | ||
LooksRequired ( this parameterInfo ) : bool | ||
Match ( this |
||
MatchGet ( this |
||
Matches ( this |
||
Required ( this propertyInfo ) : bool | ||
WithName ( this m, string action ) : bool |
public static ControllerName ( this type ) : string | ||
type | this | |
return | string |
public static FindSet ( this |
||
methods | this |
|
returnType | ||
name | string | |
parameters | IEnumerable |
|
return | IEnumerable |
public static GetControllerActionMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetOwnPublicMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetPublicInstanceMethods ( this t ) : System.Reflection.MethodInfo[] | ||
t | this | |
return | System.Reflection.MethodInfo[] |
public static GetPublicInstanceProperties ( this parameterInfo ) : IEnumerable |
||
parameterInfo | this | |
return | IEnumerable |
public static IsFile ( this parameterType ) : bool | ||
parameterType | this | |
return | bool |
public static LooksRequired ( this parameterInfo ) : bool | ||
parameterInfo | this | |
return | bool |
public static Match ( this |
||
methods | this |
|
returnType | ||
name | string | |
parameters | IEnumerable |
|
return |
public static MatchGet ( this |
||
methods | this |
|
name | string | |
returnType | ||
parameters | IEnumerable |
|
return | MethodInfoOrProperty |
public static Matches ( this |
||
methods | this |
|
returnType | ||
name | string | |
parameters | IEnumerable |
|
return | IEnumerable |
public static Required ( this propertyInfo ) : bool | ||
propertyInfo | this | |
return | bool |
public static WithName ( this m, string action ) : bool | ||
m | this | |
action | string | |
return | bool |