Method | Description | |
---|---|---|
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 | |
return | void |
public AddModelStateErrors ( ModelStateDictionary modelState, string prefix, bool>.Func |
||
modelState | ModelStateDictionary | |
prefix | string | |
errorFilter | bool>.Func | |
return | void |
public RulesException ( IEnumerable |
||
errors | IEnumerable |
|
return | System |
public RulesException ( string propertyName, string errorMessage ) : System | ||
propertyName | string | |
errorMessage | string | |
return | System |
public RulesException ( string propertyName, string errorMessage, object onObject ) : System | ||
propertyName | string | |
errorMessage | string | |
onObject | object | |
return | System |