//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Resources.Messages { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Validations { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Validations() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Resources.Messages.Validations", typeof(Validations).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to {0} is not valid!. /// public static string CellPhoneNumber { get { return ResourceManager.GetString("CellPhoneNumber", resourceCulture); } } /// /// Looks up a localized string similar to {0} should be equql to {1}!. /// public static string Compare { get { return ResourceManager.GetString("Compare", resourceCulture); } } /// /// Looks up a localized string similar to Email address is not valid!. /// public static string EmailAddress { get { return ResourceManager.GetString("EmailAddress", resourceCulture); } } /// /// Looks up a localized string similar to The {0} should be equal!. /// public static string Equal { get { return ResourceManager.GetString("Equal", resourceCulture); } } /// /// Looks up a localized string similar to Length of {0} must be {1}. /// public static string FixLengthNumeric { get { return ResourceManager.GetString("FixLengthNumeric", resourceCulture); } } /// /// Looks up a localized string similar to {0} should be greater than {1}!. /// public static string GreaterThan { get { return ResourceManager.GetString("GreaterThan", resourceCulture); } } /// /// Looks up a localized string similar to Length of {0} greater than {1}. /// public static string GreaterThan_FieldValue { get { return ResourceManager.GetString("GreaterThan_FieldValue", resourceCulture); } } /// /// Looks up a localized string similar to Length of {0} greater than length of {1}. /// public static string GreaterThan_TwoFields { get { return ResourceManager.GetString("GreaterThan_TwoFields", resourceCulture); } } /// /// Looks up a localized string similar to {0} should be greater than or equal to {1}!. /// public static string GreaterThanOrEqualTo { get { return ResourceManager.GetString("GreaterThanOrEqualTo", resourceCulture); } } /// /// Looks up a localized string similar to Length of {0} greater or equal than {1}. /// public static string GreaterThanOrEqualTo_FieldValue { get { return ResourceManager.GetString("GreaterThanOrEqualTo_FieldValue", resourceCulture); } } /// /// Looks up a localized string similar to Length of {0} greater or equal than length of {1}. /// public static string GreaterThanOrEqualTo_TwoFields { get { return ResourceManager.GetString("GreaterThanOrEqualTo_TwoFields", resourceCulture); } } /// /// Looks up a localized string similar to Invalid Code : {0}. /// public static string InvalidCode { get { return ResourceManager.GetString("InvalidCode", resourceCulture); } } /// /// Looks up a localized string similar to Input data is not valid. /// public static string InvalidModelState { get { return ResourceManager.GetString("InvalidModelState", resourceCulture); } } /// /// Looks up a localized string similar to Maximum Count of {0} is {1} !. /// public static string MaxCount { get { return ResourceManager.GetString("MaxCount", resourceCulture); } } /// /// Looks up a localized string similar to Max length of {0} is {1}!. /// public static string MaxLength { get { return ResourceManager.GetString("MaxLength", resourceCulture); } } /// /// Looks up a localized string similar to The '{0}' value must be a string with a minimum length of '{1}'!. /// public static string MinLength { get { return ResourceManager.GetString("MinLength", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not valid!. /// public static string NationalCode { get { return ResourceManager.GetString("NationalCode", resourceCulture); } } /// /// Looks up a localized string similar to {0} Not found. /// public static string NotFound { get { return ResourceManager.GetString("NotFound", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not valid!. /// public static string NotValid { get { return ResourceManager.GetString("NotValid", resourceCulture); } } /// /// Looks up a localized string similar to Password is not valid!. /// public static string Password { get { return ResourceManager.GetString("Password", resourceCulture); } } /// /// Looks up a localized string similar to postalcode. /// public static string PostalCode { get { return ResourceManager.GetString("PostalCode", resourceCulture); } } /// /// Looks up a localized string similar to {0} should be greater than or equal to {1} and less than or equal to {2}!. /// public static string Range { get { return ResourceManager.GetString("Range", resourceCulture); } } /// /// Looks up a localized string similar to Value of {0} is not valid.. /// public static string RegularExpression { get { return ResourceManager.GetString("RegularExpression", resourceCulture); } } /// /// Looks up a localized string similar to {0} is repetitive. please use an other {0}. /// public static string Repetitive { get { return ResourceManager.GetString("Repetitive", resourceCulture); } } /// /// Looks up a localized string similar to {0} is required!. /// public static string Required { get { return ResourceManager.GetString("Required", resourceCulture); } } /// /// Looks up a localized string similar to {0} is not valid!. /// public static string Url { get { return ResourceManager.GetString("Url", resourceCulture); } } /// /// Looks up a localized string similar to Username is not valid!. /// public static string Username { get { return ResourceManager.GetString("Username", resourceCulture); } } } }