Class DynamicFluentValidationMessages
A strongly-typed resource class, for looking up localized strings, etc.
public class DynamicFluentValidationMessages
- Inheritance
-
DynamicFluentValidationMessages
- Inherited Members
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
public static CultureInfo Culture { get; set; }
Property Value
ResourceManager
Returns the cached ResourceManager instance used by this class.
public static ResourceManager ResourceManager { get; }
Property Value
XInvalid
Looks up a localized string similar to {PropertyName} is invalid..
public static string XInvalid { get; }
Property Value
XMustBeEqualY
Looks up a localized string similar to The {PropertyName} must be equal {ComparisonProperty}..
public static string XMustBeEqualY { get; }
Property Value
XMustContainAtLeastYCharacters
Looks up a localized string similar to The {PropertyName} must contain at least {MinLength} character(s)..
public static string XMustContainAtLeastYCharacters { get; }
Property Value
XMustContainBetweenYandZCharacters
Looks up a localized string similar to The {PropertyName} must contain between {From} and {To} characters..
public static string XMustContainBetweenYandZCharacters { get; }
Property Value
XMustContainYCharacters
Looks up a localized string similar to The {PropertyName} must contain {MinLength} character(s)..
public static string XMustContainYCharacters { get; }
Property Value
XMustHaveUpToYCharacters
Looks up a localized string similar to The {PropertyName} must be up to {MaxLength} character(s)..
public static string XMustHaveUpToYCharacters { get; }
Property Value
XRequired
Looks up a localized string similar to {PropertyName} is required..
public static string XRequired { get; }