Show / Hide Table of Contents

Class Validator

Inheritance
object
Validator
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 class Validator

Constructors

Validator()

Declaration
public Validator()

Validator(ObjectValidator)

Declaration
public Validator(ObjectValidator validator)
Parameters
Type Name Description
ObjectValidator validator

Properties

Validators

Declaration
public IList<ObjectValidator> Validators { get; }
Property Value
Type Description
IList<ObjectValidator>

Methods

ValidateObject(object)

Declaration
public ValidationResult ValidateObject(object target)
Parameters
Type Name Description
object target
Returns
Type Description
ValidationResult

Extension Methods

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