C# Class ServiceStack.Host.RouteNamingConvention

Exibir arquivo Open project: CSGOpenSource/ServiceStack

Public Properties

Property Type Description
AttributeNamesToMatch List
PropertyNamesToMatch List

Public Methods

Method Description
WithMatchingAttributes ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
WithMatchingPropertyNames ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
WithRequestDtoName ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void

Method Details

WithMatchingAttributes() public static method

public static WithMatchingAttributes ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
return void

WithMatchingPropertyNames() public static method

public static WithMatchingPropertyNames ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
return void

WithRequestDtoName() public static method

public static WithRequestDtoName ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
return void

Property Details

AttributeNamesToMatch public_oe static_oe property

public static List AttributeNamesToMatch
return List

PropertyNamesToMatch public_oe static_oe property

public static List PropertyNamesToMatch
return List