C# Class xVal.ServerSide.RulesException

Inheritance: System.Exception
Afficher le fichier Open project: fellowshiptech/ft-iserve Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddModelStateErrors() public méthode

public AddModelStateErrors ( ModelStateDictionary modelState, string prefix ) : void
modelState ModelStateDictionary
prefix string
Résultat void

AddModelStateErrors() public méthode

public AddModelStateErrors ( ModelStateDictionary modelState, string prefix, bool>.Func errorFilter ) : void
modelState ModelStateDictionary
prefix string
errorFilter bool>.Func
Résultat void

RulesException() public méthode

public RulesException ( IEnumerable errors ) : System
errors IEnumerable
Résultat System

RulesException() public méthode

public RulesException ( string propertyName, string errorMessage ) : System
propertyName string
errorMessage string
Résultat System

RulesException() public méthode

public RulesException ( string propertyName, string errorMessage, object onObject ) : System
propertyName string
errorMessage string
onObject object
Résultat System