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