PhoneNumberValidator Class Breeze.sharp

[Missing <summary> documentation for "T:Breeze.Sharp.PhoneNumberValidator"]

Inheritance Hierarchy

SystemObject
  Breeze.SharpInternable
    Breeze.SharpValidator
      Breeze.SharpRegexValidator
        Breeze.SharpPhoneNumberValidator

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class PhoneNumberValidator : RegexValidator

The PhoneNumberValidator type exposes the following members.

Constructors

  NameDescription
Public methodPhoneNumberValidator
Initializes a new instance of the PhoneNumberValidator class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Internable.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrorMessage
Provides the error message associated with a failure of this validator.
(Inherited from RegexValidator.)
Public methodGetHashCode (Inherited from Internable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Performs validation given a specified context.
(Inherited from Validator.)
Protected methodValidateCore
Provides the core validation logic to this validator.
(Inherited from RegexValidator.)
Top
Fields

  NameDescription
Public fieldPatternName
Display name for this pattern in any errorMessage.
(Inherited from RegexValidator.)
Top
Properties

  NameDescription
Public propertyLocalizedKey (Inherited from Validator.)
Public propertyLocalizedMessage (Inherited from Validator.)
Public propertyName (Inherited from Internable.)
Public propertyRegex
The Regex1 pattern to match.
(Inherited from RegexValidator.)
Top
See Also

Reference