Search Results for

    Show / Hide Table of Contents

    Class AlphaNumericValidator

    Defines a data validator for ensuring a value contains alphanumeric characters.

    Inheritance
    System.Object
    RegexValidator
    AlphaNumericValidator
    Implements
    IValidator
    Inherited Members
    RegexValidator.Key
    RegexValidator.IsInvalid
    RegexValidator.IsDirty
    RegexValidator.Pattern
    RegexValidator.Validate(Object)
    Namespace: MADE.Data.Validation.Validators
    Assembly: MADE.Data.Validation.dll
    Syntax
    public class AlphaNumericValidator : RegexValidator, IValidator

    Constructors

    | Improve this Doc View Source

    AlphaNumericValidator()

    Initializes a new instance of the AlphaNumericValidator class with the expected RegEx pattern.

    Declaration
    public AlphaNumericValidator()

    Properties

    | Improve this Doc View Source

    FeedbackMessage

    Gets or sets the feedback message to display when IsInvalid is true.

    Declaration
    public override string FeedbackMessage { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    RegexValidator.FeedbackMessage

    Implements

    IValidator

    Extension Methods

    ReflectionExtensions.GetPropertyValue<T>(Object, String)
    ReflectionExtensions.GetPropertyNames(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps