Inheritance Hierarchy
RainWorx.FrameWorx.DTOValidationIssue
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class ValidationIssue
The ValidationIssue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ValidationIssue | Initializes a new instance of the ValidationIssue class |
![]() | ValidationIssue(String, String, String, String, String) | Initializes a new instance of the ValidationIssue class |
Properties
Name | Description | |
---|---|---|
![]() | Key | |
![]() | Message | |
![]() | Tag | |
![]() | TargetName | |
![]() | ValidatorName |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also