Table of Contents

Class DynamicValidationMessages

Namespace
NuvTools.Resources
Assembly
NuvTools.Resources.dll

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

public class DynamicValidationMessages
Inheritance
DynamicValidationMessages
Inherited Members

Properties

AtLeastOneTheseParametersShoudBeFilledX

Looks up a localized string similar to At least one of these parameters should be filled: {0}..

public static string AtLeastOneTheseParametersShoudBeFilledX { get; }

Property Value

string

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

CultureInfo

DateXMustBeAfterDateY

Looks up a localized string similar to Date {0} must be after date {1}..

public static string DateXMustBeAfterDateY { get; }

Property Value

string

EmailXAlreadyTaken

Looks up a localized string similar to E-mail {0} is already taken..

public static string EmailXAlreadyTaken { get; }

Property Value

string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

ResourceManager

XInvalid

Looks up a localized string similar to {0} is invalid..

public static string XInvalid { get; }

Property Value

string

XMustBeEqualY

Looks up a localized string similar to The {0} must be equal {1}..

public static string XMustBeEqualY { get; }

Property Value

string

XMustContainAtLeastYCapitalLetters

Looks up a localized string similar to The {0} must contain at least {1} capital letter(s)..

public static string XMustContainAtLeastYCapitalLetters { get; }

Property Value

string

XMustContainAtLeastYDigits

Looks up a localized string similar to The {0} must contain at least {1} digit(s)..

public static string XMustContainAtLeastYDigits { get; }

Property Value

string

XMustContainAtLeastYLowerCaseLetters

Looks up a localized string similar to The {0} must contain at least {1} lower case letter(s)..

public static string XMustContainAtLeastYLowerCaseLetters { get; }

Property Value

string

XMustContainBetweenYandZCharacters

Looks up a localized string similar to The {0} must contain between {1} and {2} character(s)..

public static string XMustContainBetweenYandZCharacters { get; }

Property Value

string

XMustHaveAtLeastYCharacters

Looks up a localized string similar to The {0} must have at least {1} character(s)..

public static string XMustHaveAtLeastYCharacters { get; }

Property Value

string

XMustHaveUpToYCharacters

Looks up a localized string similar to The {0} must have up to {1} character(s)..

public static string XMustHaveUpToYCharacters { get; }

Property Value

string

XRequired

Looks up a localized string similar to {0} is required..

public static string XRequired { get; }

Property Value

string