ServiceExecExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class ServiceExecExtensions
Methods
GetRequestActions(Type, Type)
View Source
Declaration
public static List<ActionMethod> GetRequestActions(this Type serviceType, Type requestType)
Returns
System.Collections.Generic.List<ServiceStack.Host.ActionMethod>
Parameters
Type | Name |
---|---|
System.Type | serviceType |
System.Type | requestType |
GetVerbs(Type)
View Source
Declaration
public static string GetVerbs(this Type serviceType)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Type | serviceType |
GetActions(Type)
View Source
Declaration
public static List<ActionMethod> GetActions(this Type serviceType)
Returns
System.Collections.Generic.List<ServiceStack.Host.ActionMethod>
Parameters
Type | Name |
---|---|
System.Type | serviceType |