Click or drag to resize

RegExpControlInfo Class

Class contains function for regex information control handling.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class RegExpControlInfo : FControlInfo

The RegExpControlInfo type exposes the following members.

Constructors
  NameDescription
Public methodRegExpControlInfo(String, Boolean, String)
Initializes a new instance of the RegExpControlInfo class.
Public methodRegExpControlInfo(String, Boolean, String, FrontendControlValidator)
Initializes a new instance of the RegExpControlInfo class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
(Inherited from FControlInfo.)
Public propertyEnableClientValidation
Determines whether the current must be client validated.
(Inherited from FControlInfo.)
Public propertyIsDropDown
Determines whether the current control is DropDown.
(Inherited from FControlInfo.)
Public propertyRegExp
Gets the reg exp.
Public propertyRequired
Determines whether the current control is required to fill.
(Inherited from FControlInfo.)
Public propertySystemName
Stores and retrieves full system name of control.
(Inherited from FControlInfo.)
Public propertyTypeID
Stores and retrieves the current control type.
(Inherited from FControlInfo.)
Top
See Also