Skip to main content

ActionMethod

Assembly: ServiceStack.dll​
View Source​
Declaration
public class ActionMethod

Properties​

MethodInfo​

View Source​
Declaration
public MethodInfo MethodInfo { get; }

IsAsync​

View Source​
Declaration
public bool IsAsync { get; }

Name​

View Source​
Declaration
public string Name { get; }

NameUpper​

View Source​
Declaration
public string NameUpper { get; }

RequestType​

View Source​
Declaration
public Type RequestType { get; }

IsGenericMethod​

View Source​
Declaration
public bool IsGenericMethod { get; }

ReturnType​

View Source​
Declaration
public Type ReturnType { get; }

Fields​

Async​

View Source​
Declaration
public const string Async = "Async"

AsyncUpper​

View Source​
Declaration
public const string AsyncUpper = "ASYNC"

Methods​

GetParameters()​

View Source​
Declaration
public ParameterInfo[] GetParameters()
Returns​

System.Reflection.ParameterInfo[]

GetCustomAttributes(Boolean)​

View Source​
Declaration
public object[] GetCustomAttributes(bool inherit)
Returns​

System.Object[]

Parameters​
TypeName
System.Booleaninherit

AllAttributes()​

View Source​
Declaration
public object[] AllAttributes()
Returns​

System.Object[]

AllAttributes<T>()​

View Source​
Declaration
public T[] AllAttributes<T>()
Returns​

<T>[]

Type Parameters​
  • T