C# Class ServiceStack.Host.RouteNamingConvention

Afficher le fichier Open project: CSGOpenSource/ServiceStack

Méthodes publiques

Свойство Type Description
AttributeNamesToMatch List
PropertyNamesToMatch List

Méthodes publiques

Méthode 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 méthode

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

WithMatchingPropertyNames() public static méthode

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

WithRequestDtoName() public static méthode

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

Property Details

AttributeNamesToMatch public_oe static_oe property

public static List AttributeNamesToMatch
Résultat List

PropertyNamesToMatch public_oe static_oe property

public static List PropertyNamesToMatch
Résultat List