Class AbpValidationResult
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Validation.dll
Syntax
public class AbpValidationResult : IAbpValidationResult
Constructors
AbpValidationResult()
Declaration
public AbpValidationResult()
Properties
Errors
Declaration
public List<ValidationResult> Errors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><System.ComponentModel.DataAnnotations.ValidationResult> |