Search Results for

    Show / Hide Table of Contents

    Class Resources

    A strongly-typed resource class, for looking up localized strings, etc.

    Inheritance
    System.Object
    Resources
    Namespace: MADE.Data.Validation.Strings
    Assembly: MADE.Data.Validation.dll
    Syntax
    public class Resources : object

    Properties

    | Improve this Doc View Source

    AlphaNumericValidator_FeedbackMessage

    Looks up a localized string similar to The value must only contain letters or numbers..

    Declaration
    public static string AlphaNumericValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AlphaValidator_FeedbackMessage

    Looks up a localized string similar to The value must only contain letters..

    Declaration
    public static string AlphaValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Base64Validator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid base64 string..

    Declaration
    public static string Base64Validator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BetweenValidator_FeedbackMessage

    Looks up a localized string similar to The value must be between {0} and {1}..

    Declaration
    public static string BetweenValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Culture

    Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

    Declaration
    public static System.Globalization.CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo
    | Improve this Doc View Source

    EmailValidator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid email address, e.g. test@example.com..

    Declaration
    public static string EmailValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GuidValidator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid GUID..

    Declaration
    public static string GuidValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IpAddressValidator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid IP address, e.g. 192.168.0.1..

    Declaration
    public static string IpAddressValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MacAddressValidator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid MAC address, e.g. 00:11:22:33:44:55..

    Declaration
    public static string MacAddressValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxLengthValidator_FeedbackMessage

    Looks up a localized string similar to The length must be less than {0}..

    Declaration
    public static string MaxLengthValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxValueValidator_FeedbackMessage

    Looks up a localized string similar to The value must be less than {0}..

    Declaration
    public static string MaxValueValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinLengthValidator_FeedbackMessage

    Looks up a localized string similar to The length must be greater than {0}..

    Declaration
    public static string MinLengthValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinValueValidator_FeedbackMessage

    Looks up a localized string similar to The value must be greater than {0}..

    Declaration
    public static string MinValueValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PredicateValidator_FeedbackMessage

    Looks up a localized string similar to The value is not valid..

    Declaration
    public static string PredicateValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RegexValidator_FeedbackMessage

    Looks up a localized string similar to The value does not match the valid mask..

    Declaration
    public static string RegexValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RequiredValidator_FeedbackMessage

    Looks up a localized string similar to A value is required..

    Declaration
    public static string RequiredValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceManager

    Returns the cached ResourceManager instance used by this class.

    Declaration
    public static System.Resources.ResourceManager ResourceManager { get; }
    Property Value
    Type Description
    System.Resources.ResourceManager
    | Improve this Doc View Source

    UrlValidator_FeedbackMessage

    Looks up a localized string similar to The value must be a valid URL, e.g. https://example.com..

    Declaration
    public static string UrlValidator_FeedbackMessage { get; }
    Property Value
    Type Description
    System.String

    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