C# 클래스 ServiceStack.Host.RouteNamingConvention

파일 보기 프로젝트 열기: CSGOpenSource/ServiceStack

공개 프로퍼티들

프로퍼티 타입 설명
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