The Portrate Interview Engine

RegexValidator Class

Performs validation using a regular expression.

For a list of all members of this type, see RegexValidator Members.

System.Object
   Portrate.Interview.Model.Validation.AbstractValidator
      Portrate.Interview.Model.Validation.RegexValidator

[Visual Basic]
Public Class RegexValidator
    Inherits AbstractValidator
[C#]
public class RegexValidator : AbstractValidator
[C++]
public __gc class RegexValidator : public AbstractValidator
[JScript]
public class RegexValidator extends AbstractValidator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model.Validation

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

RegexValidator Members | Portrate.Interview.Model.Validation Namespace