C# Class NContext.Common.ValidationError

Inheritance: Error
Afficher le fichier Open project: PowerDMS/NContext

Méthodes publiques

Méthode Description
ValidationError ( Type entityType, IEnumerable messages ) : System

Initializes a new instance of the ValidationError class.

Method Details

ValidationError() public méthode

Initializes a new instance of the ValidationError class.
public ValidationError ( Type entityType, IEnumerable messages ) : System
entityType System.Type Type of the entity.
messages IEnumerable The messages.
Résultat System