Initializes a new instance of the ValidationIssue class
Namespace:
RainWorx.FrameWorx.DTOAssembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public ValidationIssue( string message, string key, string tag, string targetName, string validatorName )
Parameters
- message
- Type: SystemString
- key
- Type: SystemString
- tag
- Type: SystemString
- targetName
- Type: SystemString
- validatorName
- Type: SystemString
See Also