C# Class NContext.Common.ValidationError

Inheritance: Error
Show file Open project: PowerDMS/NContext

Public Methods

Method Description
ValidationError ( Type entityType, IEnumerable messages ) : System

Initializes a new instance of the ValidationError class.

Method Details

ValidationError() public method

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.
return System