C# 클래스 ActionControllers.DefaultNamingConventions

상속: INamingConventions
파일 보기 프로젝트 열기: schotime/ActionControllers

공개 메소드들

메소드 설명
BuildActionFromType ( Type type ) : string
BuildControllerFromType ( Type type ) : string
BuildKeyFromControllerAndAction ( string controllerName, string actionName ) : string
BuildKeyFromType ( Type type ) : string

메소드 상세

BuildActionFromType() 공개 메소드

public BuildActionFromType ( Type type ) : string
type System.Type
리턴 string

BuildControllerFromType() 공개 메소드

public BuildControllerFromType ( Type type ) : string
type System.Type
리턴 string

BuildKeyFromControllerAndAction() 공개 메소드

public BuildKeyFromControllerAndAction ( string controllerName, string actionName ) : string
controllerName string
actionName string
리턴 string

BuildKeyFromType() 공개 메소드

public BuildKeyFromType ( Type type ) : string
type System.Type
리턴 string