Class AbpValidationOptions
Inheritance
object
AbpValidationOptions
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 AbpValidationOptions
Constructors
AbpValidationOptions()
Declaration
public AbpValidationOptions()
Properties
IgnoredTypes
Declaration
public List<Type> IgnoredTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><System.Type> |
ObjectValidationContributors
Declaration
public ITypeList<IObjectValidationContributor> ObjectValidationContributors { get; set; }
Property Value
Type | Description |
---|---|
ITypeList<IObjectValidationContributor> |