ValidationFinding Constructor (ValidationFindingType, String, String, String, String, Object) |
Constructor.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic ValidationFinding(
ValidationFindingType type,
string source,
string reference,
string category,
string description,
Object data = null
)
Public Sub New (
type As ValidationFindingType,
source As String,
reference As String,
category As String,
description As String,
Optional data As Object = Nothing
)
public:
ValidationFinding(
ValidationFindingType type,
String^ source,
String^ reference,
String^ category,
String^ description,
Object^ data = nullptr
)
Parameters
- type
- Type: MFiles.VAF.ConfigurationValidationFindingType
The type of validation finding. - source
- Type: SystemString
The top level item being validated. - reference
- Type: SystemString
The json path to the item this issue is for. - category
- Type: SystemString
The category of the item. - description
- Type: SystemString
The description of the issue. - data (Optional)
- Type: SystemObject
The data.
See Also