Class ObjectValidationContext
Inheritance
object
ObjectValidationContext
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 ObjectValidationContext
Constructors
ObjectValidationContext(object)
Declaration
public ObjectValidationContext(object validatingObject)
Parameters
Type | Name | Description |
---|---|---|
object | validatingObject |
Properties
Errors
Declaration
public List<ValidationResult> Errors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><System.ComponentModel.DataAnnotations.ValidationResult> |
ValidatingObject
Declaration
public object ValidatingObject { get; }
Property Value
Type | Description |
---|---|
object |