C# Class Breeze.Entities.EntityError

Represents a validation error on a specific entity
Datei anzeigen Open project: Breeze/breeze.server.net

Public Properties

Property Type Description
EntityTypeName String
ErrorMessage string
ErrorName String
KeyValues Object[]
PropertyName String

Property Details

EntityTypeName public_oe property

Type of the entity on which the error occurred
public String EntityTypeName
return String

ErrorMessage public_oe property

Message describing the error.
public string ErrorMessage
return string

ErrorName public_oe property

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

KeyValues public_oe property

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

PropertyName public_oe property

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