Class ValidationResult
The result object of validation by the Validator
Inherited Members
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 |