Skip to main content

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
TypeName
ServiceStack.Web.IServiceRoutesroutes
System.TyperequestType
System.StringallowedVerbs

WithMatchingAttributes(IServiceRoutes, Type, String)

View Source
Declaration
public static void WithMatchingAttributes(IServiceRoutes routes, Type requestType, string allowedVerbs)
Parameters
TypeName
ServiceStack.Web.IServiceRoutesroutes
System.TyperequestType
System.StringallowedVerbs

WithMatchingPropertyNames(IServiceRoutes, Type, String)

View Source
Declaration
public static void WithMatchingPropertyNames(IServiceRoutes routes, Type requestType, string allowedVerbs)
Parameters
TypeName
ServiceStack.Web.IServiceRoutesroutes
System.TyperequestType
System.StringallowedVerbs