C# 클래스 Rebel.Framework.Localization.Web.Mvc.ExceptionHelper

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetCommonTypeName ( Type t ) : string

Gets the name of the type like "integer", "number" "date" etc..

LocalizeValidationException ( TextManager textManager, Exception ex, ModelMetadata metadata, LocalizedValidationAttribute localizationInfo = null, System.Web.Mvc.ValueProviderResult value = null ) : string

메소드 상세

GetCommonTypeName() 공개 정적인 메소드

Gets the name of the type like "integer", "number" "date" etc..
public static GetCommonTypeName ( Type t ) : string
t System.Type The t.
리턴 string

LocalizeValidationException() 공개 정적인 메소드

public static LocalizeValidationException ( TextManager textManager, Exception ex, ModelMetadata metadata, LocalizedValidationAttribute localizationInfo = null, System.Web.Mvc.ValueProviderResult value = null ) : string
textManager TextManager
ex System.Exception
metadata ModelMetadata
localizationInfo LocalizedValidationAttribute
value System.Web.Mvc.ValueProviderResult
리턴 string