Class Resources
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
Namespace: MADE.Data.Validation.Strings
Assembly: MADE.Data.Validation.dll
Syntax
public class Resources : object
Properties
| Improve this Doc View SourceAlphaNumericValidator_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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |