Show / Hide Table of Contents

Class ValidationResult

The result object of validation by the Validator

Inheritance
System.Object
ConverterResult
ValidationResult
Inherited Members
ConverterResult.ValidationErrors
ConverterResult.Model
ConverterResult.HasValidationErrors
ConverterResult.Content
ConverterResult.Schema
ConverterResult.File
Namespace: Conizi.Model.Core.Entities
Assembly: Conizi.Model.Core.dll
Syntax
public class ValidationResult : ConverterResult

Properties

IsValid

The validation of the model was successful

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
System.Boolean

Methods

ToString()

The schema content as string

Declaration
public override string ToString()
Returns
Type Description
System.String

JSON schema as string

Back to top Generated by DocFX