ValidationFinding(ValidationFindingType, String, String, String, String, Object) Constructor
Constructor.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public ValidationFinding(
ValidationFindingType type,
string source,
string reference,
string category,
string description,
Object data = null
)
Parameters
- type ValidationFindingType
- The type of validation finding.
- source String
- The top level item being validated.
- reference String
- The json path to the item this issue is for.
- category String
- The category of the item.
- description String
- The description of the issue.
- data Object (Optional)
- The data.