Click or drag to resize

ValidationViolation Properties

The ValidationViolation type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
The data attribute for which the validation has failed.
Public propertyBusinessEvent
Gets or sets the business event on which the validation has failed.
Public propertyBusinessRule
The business rule, which failed the validation, when applicable; null otherwise.
Public propertyMessage
The message, containing the fail reason.
Public propertyObject
Gets or sets the object on which the validation has failed. Null when the object is unknown.
Top
See Also