Table of Contents

Class DynamicFluentValidationMessages

Namespace
NuvTools.Resources
Assembly
NuvTools.Resources.dll

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

CultureInfo

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 {PropertyName} is invalid..

public static string XInvalid { get; }

Property Value

string

XMustBeEqualY

Looks up a localized string similar to The {PropertyName} must be equal {ComparisonProperty}..

public static string XMustBeEqualY { get; }

Property Value

string

XMustContainAtLeastYCharacters

Looks up a localized string similar to The {PropertyName} must contain at least {MinLength} character(s)..

public static string XMustContainAtLeastYCharacters { get; }

Property Value

string

XMustContainBetweenYandZCharacters

Looks up a localized string similar to The {PropertyName} must contain between {From} and {To} characters..

public static string XMustContainBetweenYandZCharacters { get; }

Property Value

string

XMustContainYCharacters

Looks up a localized string similar to The {PropertyName} must contain {MinLength} character(s)..

public static string XMustContainYCharacters { get; }

Property Value

string

XMustHaveUpToYCharacters

Looks up a localized string similar to The {PropertyName} must be up to {MaxLength} character(s)..

public static string XMustHaveUpToYCharacters { get; }

Property Value

string

XRequired

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

public static string XRequired { get; }

Property Value

string