Click or drag to resize

ValidationAttribute Class

EDI DOM abstract attribute for validation. Every EDI validation attribute inherits from this class. The priority parameter specifies the order in which validation occurs for items annotated with multiple validation attributes.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    EdiFabric.Core.Annotations.ValidationValidationAttribute
      More

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public abstract class ValidationAttribute : Attribute, 
	IEdiValidator

The ValidationAttribute type exposes the following members.

Properties
 NameDescription
Public propertyLevel The validation level.
Public propertyPriority The validation attribute priority.
Top
Methods
 NameDescription
Public methodValidateEdi Detects if an EDI item is valid.
Top
See Also
Inheritance Hierarchy