Click or drag to resize
Infosoft Logo

EntityValidationFault Class

Provides data for all faults that indicate an entity validation error, i.e. that one or more fields on the entity had values that didn't conform to the domain and/or data model specifications.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContractsEntityValidationFault

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

The EntityValidationFault type exposes the following members.

Properties
 NameDescription
Public propertyValidationErrors Gets or sets a dictionary of validation errors, where each key is a property name and each value is an error message.
Top
See Also