RouteNamingConvention
Assembly: ServiceStack.dll
View Source
Declaration
public static class RouteNamingConvention
Fields
AttributeNamesToMatch
View Source
Declaration
public static readonly List<string> AttributeNamesToMatch
PropertyNamesToMatch
View Source
Declaration
public static readonly List<string> PropertyNamesToMatch
Methods
WithRequestDtoName(IServiceRoutes, Type, String)
View Source
Declaration
public static void WithRequestDtoName(IServiceRoutes routes, Type requestType, string allowedVerbs)
Parameters
Type | Name |
---|---|
ServiceStack.Web.IServiceRoutes | routes |
System.Type | requestType |
System.String | allowedVerbs |
WithMatchingAttributes(IServiceRoutes, Type, String)
View Source
Declaration
public static void WithMatchingAttributes(IServiceRoutes routes, Type requestType, string allowedVerbs)
Parameters
Type | Name |
---|---|
ServiceStack.Web.IServiceRoutes | routes |
System.Type | requestType |
System.String | allowedVerbs |
WithMatchingPropertyNames(IServiceRoutes, Type, String)
View Source
Declaration
public static void WithMatchingPropertyNames(IServiceRoutes routes, Type requestType, string allowedVerbs)
Parameters
Type | Name |
---|---|
ServiceStack.Web.IServiceRoutes | routes |
System.Type | requestType |
System.String | allowedVerbs |