Search Results for

    Show / Hide Table of Contents

    Class Base64Validator

    Defines a data validator for ensuring a value is a valid base64 value.

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

    Constructors

    | Improve this Doc View Source

    Base64Validator()

    Initializes a new instance of the Base64Validator class.

    Declaration
    public Base64Validator()

    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

    Methods

    | Improve this Doc View Source

    Validate(Object)

    Executes data validation on the provided value.

    Declaration
    public override void Validate(object value)
    Parameters
    Type Name Description
    System.Object value

    The value to be validated.

    Overrides
    RegexValidator.Validate(Object)

    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