ValidationErrorInfo Members
Include Protected Members
Include Inherited Members
Defines the ValidationErrorInfo.
The ValidationErrorInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ValidationErrorInfo | Initializes a new instance of the ValidationErrorInfo. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets the description and the suggestion on how to resolve the errors. |
![]() |
ErrorType | Gets the type of this error. |
![]() |
Id | Gets the unique identifier of this error. |
![]() |
Node | Gets the OpenXmlElement of the invalid node. |
![]() |
Part | Gets the part which the invalid element is in. |
![]() |
Path | Gets the XmlPath information of this error. |
![]() |
RelatedNode | Gets elements related with the invalid node. |
![]() |
RelatedPart | Gets parts related with the invalid node. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetDebugField | Sets the two fields (AttributeQualifiedName, ValidationErrorCategory) in debug build only. |
![]() |
ToString | (Inherited from Object.) |
Top