Click or drag to resize
Infosoft Logo

EntityValidationError Class

Provides data for message contracts containing information about validation errors.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContractsEntityValidationError

Namespace: Infosoft.Common.Contracts.DataContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class EntityValidationError

The EntityValidationError type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets or sets the error message associated with the validation error.
Public propertyPropertyName Gets or sets the name of the property that failed to pass validation.
Top
See Also