C# 클래스 Breeze.Entities.EntityError

Represents a validation error on a specific entity
파일 보기 프로젝트 열기: Breeze/breeze.server.net

공개 프로퍼티들

프로퍼티 타입 설명
EntityTypeName String
ErrorMessage string
ErrorName String
KeyValues Object[]
PropertyName String

프로퍼티 상세

EntityTypeName 공개적으로 프로퍼티

Type of the entity on which the error occurred
public String EntityTypeName
리턴 String

ErrorMessage 공개적으로 프로퍼티

Message describing the error.
public string ErrorMessage
리턴 string

ErrorName 공개적으로 프로퍼티

Error type (may be used by client code for error display or categorization)
public String ErrorName
리턴 String

KeyValues 공개적으로 프로퍼티

Entity key values to identify the entity on which the error occurred.
public Object[] KeyValues
리턴 Object[]

PropertyName 공개적으로 프로퍼티

Property on which the error occurred. May be blank if the error was not specific to one property.
public String PropertyName
리턴 String