Class ValidationItem
Inheritance
ValidationItem
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class ValidationItem
Properties
|
Improve this Doc
View Source
Detail
Declaration
public string Detail { get; }
Property Value
|
Improve this Doc
View Source
InnerValidationResults
Declaration
public ValidationResults InnerValidationResults { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public string Message { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public ValidationItemTypes Type { get; }
Property Value
| Type |
Description |
| Lacuna.RestPki.Api.ValidationItemTypes |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides