Show / Hide Table of Contents
Editar no GitHub

Class ValidationItem

Inheritance
Object
ValidationItem
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class ValidationItem

Properties

| Improve this Doc View Source

Detail

Declaration
public string Detail { get; }
Property Value
Type Description
String
| Improve this Doc View Source

InnerValidationResults

Declaration
public ValidationResults InnerValidationResults { get; set; }
Property Value
Type Description
ValidationResults
| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
String
| 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
Type Description
String
Overrides
Object.ToString()
Back to top Copyright © 2015-2020 Lacuna Software