Click or drag to resize

ValidationElement Class

Class ValidationElement is a Tuple of an XElement and associated detailed Information about any inconsistencies, assigned with that Element.
Inheritance Hierarchy
SystemObject
  Aml.Engine.ServicesValidationElement

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class ValidationElement : IValidationResult

The ValidationElement type exposes the following members.

Constructors
 NameDescription
Public methodValidationElement Initializes a new instance of the ValidationElement class.
Top
Properties
 NameDescription
Public propertyAvailableRepairOptions Gets the available repair options.
Public propertyCAEXElement Gets the CAEX element wrapper for the XElement.
Public propertyElement Gets the element which has been validated.
Public propertyLongDescription Gets a longer description containing more detailed information about a validation issue. To get this information, the informative mode shall be enabled when the validation is performed.
Public propertyRepairResult Gets information about the result of a repair operation for one element.
Public propertyValidatedAttribute Gets or sets the validated attribute.
Public propertyValidationInformation Gets a short information about the validation of one element.
Public propertyValidationType Gets the type of the validation.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified object is identical to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodReValidate Checks the validation of the element
Top
Fields
 NameDescription
Public fieldStatic memberNOT_REPAIRED constant string, defining validation elements which are yet not repaired.
Top
See Also