C# Класс ServiceStack.Host.RouteNamingConvention

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AttributeNamesToMatch List
PropertyNamesToMatch List

Открытые методы

Метод Описание
WithMatchingAttributes ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
WithMatchingPropertyNames ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
WithRequestDtoName ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void

Описание методов

WithMatchingAttributes() публичный статический Метод

public static WithMatchingAttributes ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
Результат void

WithMatchingPropertyNames() публичный статический Метод

public static WithMatchingPropertyNames ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
Результат void

WithRequestDtoName() публичный статический Метод

public static WithRequestDtoName ( IServiceRoutes routes, Type requestType, string allowedVerbs ) : void
routes IServiceRoutes
requestType System.Type
allowedVerbs string
Результат void

Описание свойств

AttributeNamesToMatch публичное статическое свойство

public static List AttributeNamesToMatch
Результат List

PropertyNamesToMatch публичное статическое свойство

public static List PropertyNamesToMatch
Результат List