JK
Search Results for

    Show / Hide Table of Contents

    Class AlphaNumericValidator

    Validator that validates that a string property contains alphanumeric characters.

    Inheritance
    System.Object
    AlphaNumericValidator
    Namespace: JK.Common.FluentValidation.Validators
    Assembly: JK.Common.FluentValidation.dll
    Syntax
    public class AlphaNumericValidator : PropertyValidator

    Constructors

    | Improve this Doc View Source

    AlphaNumericValidator()

    Initializes a new instance of the AlphaNumericValidator class.

    Declaration
    public AlphaNumericValidator()

    Methods

    | Improve this Doc View Source

    IsValid(PropertyValidatorContext)

    Declaration
    protected override bool IsValid(PropertyValidatorContext context)
    Parameters
    Type Name Description
    PropertyValidatorContext context
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX