Class ValidationResults
Inheritance
ValidationResults
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class ValidationResults
Properties
|
Improve this Doc
View Source
Declaration
public int ChecksPerformed { get; }
Property Value
|
Improve this Doc
View Source
Errors
Declaration
public List<ValidationItem> Errors { get; }
Property Value
|
Improve this Doc
View Source
HasErrors
Declaration
public bool HasErrors { get; }
Property Value
|
Improve this Doc
View Source
HasWarnings
Declaration
public bool HasWarnings { get; }
Property Value
|
Improve this Doc
View Source
IsValid
Declaration
public bool IsValid { get; }
Property Value
|
Improve this Doc
View Source
PassedChecks
Declaration
public List<ValidationItem> PassedChecks { get; }
Property Value
|
Improve this Doc
View Source
Summary
Declaration
public string Summary { get; }
Property Value
|
Improve this Doc
View Source
Warnings
Declaration
public List<ValidationItem> Warnings { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides