Class Validator
Inherited Members
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 |