Click or drag to resize

RegExAttribute Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false, 
	Inherited = false)]
public class RegExAttribute : ValidateAttribute

The RegExAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegExAttribute
Initializes a new instance of the RegExAttribute class
Top
Properties
  NameDescription
Public propertyErrorMessage (Inherited from ValidateAttribute.)
Public propertyParameters (Inherited from ValidateAttribute.)
Public propertyValidator (Inherited from ValidateAttribute.)
Top
Methods
  NameDescription
Public methodParseParameters (Inherited from ValidateAttribute.)
Top
See Also