Click or drag to resize

ValidationConfigurator Class

ValidationConfigurator class.
Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.Controls.Legacy.ControlsValidationConfigurator

Namespace:  Dynamicweb.Controls.Legacy.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ValidationConfigurator : WebControl

The ValidationConfigurator type exposes the following members.

Constructors
  NameDescription
Public methodValidationConfigurator
Initializes a new instance of the ValidationConfigurator class
Top
Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether [allow edit].
Public propertyGroup
Gets or sets the group.
Top
Methods
  NameDescription
Public methodGetDeletedRules
Gets the deleted rules.
Public methodGetDeletedValidations
Gets the deleted validations.
Protected methodRender
Renders the specified writer.
Public methodUpdateGroup
Updates the group.
Top
See Also