ValidationFinding Class

Represents a finding found during validation.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class ValidationFinding
Inheritance
Object    ValidationFinding

Constructors

Properties

Category The json path to to item this issue is for.
Data The data.
Description The description of the issue.
Reference A reference to the specific item this finding is for (the item being validated). Relative to the source.
Source The top level item being validated.
Type The type of validaiton issue.

Methods

See Also