Show / Hide Table of Contents

Class PropertyBasedObjectValidator

Inheritance
object
ObjectValidator
PropertyBasedObjectValidator
AttributeBasedObjectValidator<TAttribute>
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Validators
Assembly: DotNetNuke.Web.dll
Syntax
public abstract class PropertyBasedObjectValidator : ObjectValidator

Constructors

PropertyBasedObjectValidator()

Declaration
protected PropertyBasedObjectValidator()

Methods

ValidateObject(object)

Declaration
public override ValidationResult ValidateObject(object target)
Parameters
Type Name Description
object target
Returns
Type Description
ValidationResult
Overrides
ObjectValidator.ValidateObject(object)

ValidateProperty(object, PropertyInfo)

Declaration
protected abstract ValidationResult ValidateProperty(object target, PropertyInfo targetProperty)
Parameters
Type Name Description
object target
PropertyInfo targetProperty
Returns
Type Description
ValidationResult

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS