C# 클래스 xVal.ServerSide.RulesException

상속: System.Exception
파일 보기 프로젝트 열기: fellowshiptech/ft-iserve 1 사용 예제들

공개 메소드들

메소드 설명
AddModelStateErrors ( ModelStateDictionary modelState, string prefix ) : void
AddModelStateErrors ( ModelStateDictionary modelState, string prefix, bool>.Func errorFilter ) : void
RulesException ( IEnumerable errors ) : System
RulesException ( string propertyName, string errorMessage ) : System
RulesException ( string propertyName, string errorMessage, object onObject ) : System

메소드 상세

AddModelStateErrors() 공개 메소드

public AddModelStateErrors ( ModelStateDictionary modelState, string prefix ) : void
modelState ModelStateDictionary
prefix string
리턴 void

AddModelStateErrors() 공개 메소드

public AddModelStateErrors ( ModelStateDictionary modelState, string prefix, bool>.Func errorFilter ) : void
modelState ModelStateDictionary
prefix string
errorFilter bool>.Func
리턴 void

RulesException() 공개 메소드

public RulesException ( IEnumerable errors ) : System
errors IEnumerable
리턴 System

RulesException() 공개 메소드

public RulesException ( string propertyName, string errorMessage ) : System
propertyName string
errorMessage string
리턴 System

RulesException() 공개 메소드

public RulesException ( string propertyName, string errorMessage, object onObject ) : System
propertyName string
errorMessage string
onObject object
리턴 System