C# 클래스 NContext.Common.ValidationError

상속: Error
파일 보기 프로젝트 열기: PowerDMS/NContext

공개 메소드들

메소드 설명
ValidationError ( Type entityType, IEnumerable messages ) : System

Initializes a new instance of the ValidationError class.

메소드 상세

ValidationError() 공개 메소드

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.
리턴 System