Show / Hide Table of Contents

Class ValidationError

Inheritance
object
ValidationError
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 ValidationError

Constructors

ValidationError()

Declaration
public ValidationError()

Properties

ErrorMessage

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
string

PropertyName

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
string

Validator

Declaration
public object Validator { get; set; }
Property Value
Type Description
object

Extension Methods

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