//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace System.ComponentModel.DataAnnotations.Resources {
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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class DataAnnotationsResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal DataAnnotationsResources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources", typeof(DataAnnotationsResources).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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to The argument {0} is null or whitespace..
///
internal static string ArgumentIsNullOrWhitespace {
get {
return ResourceManager.GetString("ArgumentIsNullOrWhitespace", resourceCulture);
}
}
///
/// Looks up a localized string similar to The associated metadata type for type '{0}' contains the following unknown properties or fields: {1}. Please make sure that the names of these members match the names of the properties on the main type..
///
internal static string AssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties {
get {
return ResourceManager.GetString("AssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type '{0}' must be public..
///
internal static string AttributeStore_Type_Must_Be_Public {
get {
return ResourceManager.GetString("AttributeStore_Type_Must_Be_Public", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type '{0}' does not contain a public method named '{1}'..
///
internal static string AttributeStore_Unknown_Method {
get {
return ResourceManager.GetString("AttributeStore_Unknown_Method", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type '{0}' does not contain a public property named '{1}'..
///
internal static string AttributeStore_Unknown_Property {
get {
return ResourceManager.GetString("AttributeStore_Unknown_Property", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid credit card..
///
internal static string CreditCardAttribute_Invalid {
get {
return ResourceManager.GetString("CreditCardAttribute_Invalid", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CustomValidationAttribute method '{0}' in type '{1}' must return System.ComponentModel.DataAnnotations.ValidationResult. Use System.ComponentModel.DataAnnotations.ValidationResult.Success to represent success..
///
internal static string CustomValidationAttribute_Method_Must_Return_ValidationResult {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Must_Return_ValidationResult", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CustomValidationAttribute method '{0}' does not exist in type '{1}' or is not public and static..
///
internal static string CustomValidationAttribute_Method_Not_Found {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Not_Found", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CustomValidationAttribute.Method was not specified..
///
internal static string CustomValidationAttribute_Method_Required {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Required", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CustomValidationAttribute method '{0}' in type '{1}' must match the expected signature: public static ValidationResult {0}(object value, ValidationContext context). The value can be strongly typed. The ValidationContext parameter is optional..
///
internal static string CustomValidationAttribute_Method_Signature {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Signature", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not convert the value of type '{0}' to '{1}' as expected by method {2}.{3}..
///
internal static string CustomValidationAttribute_Type_Conversion_Failed {
get {
return ResourceManager.GetString("CustomValidationAttribute_Type_Conversion_Failed", resourceCulture);
}
}
///
/// Looks up a localized string similar to The custom validation type '{0}' must be public..
///
internal static string CustomValidationAttribute_Type_Must_Be_Public {
get {
return ResourceManager.GetString("CustomValidationAttribute_Type_Must_Be_Public", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} is not valid..
///
internal static string CustomValidationAttribute_ValidationError {
get {
return ResourceManager.GetString("CustomValidationAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The CustomValidationAttribute.ValidatorType was not specified..
///
internal static string CustomValidationAttribute_ValidatorType_Required {
get {
return ResourceManager.GetString("CustomValidationAttribute_ValidatorType_Required", resourceCulture);
}
}
///
/// Looks up a localized string similar to The custom DataType string cannot be null or empty..
///
internal static string DataTypeAttribute_EmptyDataTypeString {
get {
return ResourceManager.GetString("DataTypeAttribute_EmptyDataTypeString", resourceCulture);
}
}
///
/// Looks up a localized string similar to The {0} property has not been set. Use the {1} method to get the value..
///
internal static string DisplayAttribute_PropertyNotSet {
get {
return ResourceManager.GetString("DisplayAttribute_PropertyNotSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid email address..
///
internal static string EmailAddressAttribute_Invalid {
get {
return ResourceManager.GetString("EmailAddressAttribute_Invalid", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type provided for EnumDataTypeAttribute cannot be null..
///
internal static string EnumDataTypeAttribute_TypeCannotBeNull {
get {
return ResourceManager.GetString("EnumDataTypeAttribute_TypeCannotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type '{0}' needs to represent an enumeration type..
///
internal static string EnumDataTypeAttribute_TypeNeedsToBeAnEnum {
get {
return ResourceManager.GetString("EnumDataTypeAttribute_TypeNeedsToBeAnEnum", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot retrieve property '{0}' because localization failed. Type '{1}' is not public or does not contain a public static string property with the name '{2}'..
///
internal static string LocalizableString_LocalizationFailed {
get {
return ResourceManager.GetString("LocalizableString_LocalizationFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid max length..
///
internal static string MaxLengthAttribute_InvalidMaxLength {
get {
return ResourceManager.GetString("MaxLengthAttribute_InvalidMaxLength", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid max length. Length of {0} is greater than {1}..
///
internal static string MaxLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("MaxLengthAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to MetadataClassType cannot be null..
///
internal static string MetadataTypeAttribute_TypeCannotBeNull {
get {
return ResourceManager.GetString("MetadataTypeAttribute_TypeCannotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid min length..
///
internal static string MinLengthAttribute_InvalidMinLength {
get {
return ResourceManager.GetString("MinLengthAttribute_InvalidMinLength", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid min length. Length of {0} is less than {1}..
///
internal static string MinLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("MinLengthAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid phone number..
///
internal static string PhoneAttribute_Invalid {
get {
return ResourceManager.GetString("PhoneAttribute_Invalid", resourceCulture);
}
}
///
/// Looks up a localized string similar to The type {0} must implement {1}..
///
internal static string RangeAttribute_ArbitraryTypeNotIComparable {
get {
return ResourceManager.GetString("RangeAttribute_ArbitraryTypeNotIComparable", resourceCulture);
}
}
///
/// Looks up a localized string similar to The maximum value '{0}' must be greater than or equal to the minimum value '{1}'..
///
internal static string RangeAttribute_MinGreaterThanMax {
get {
return ResourceManager.GetString("RangeAttribute_MinGreaterThanMax", resourceCulture);
}
}
///
/// Looks up a localized string similar to The minimum and maximum values must be set..
///
internal static string RangeAttribute_Must_Set_Min_And_Max {
get {
return ResourceManager.GetString("RangeAttribute_Must_Set_Min_And_Max", resourceCulture);
}
}
///
/// Looks up a localized string similar to The OperandType must be set when strings are used for minimum and maximum values..
///
internal static string RangeAttribute_Must_Set_Operand_Type {
get {
return ResourceManager.GetString("RangeAttribute_Must_Set_Operand_Type", resourceCulture);
}
}
///
/// Looks up a localized string similar to The field {0} must be between {1} and {2}..
///
internal static string RangeAttribute_ValidationError {
get {
return ResourceManager.GetString("RangeAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The field {0} must match the regular expression '{1}'..
///
internal static string RegexAttribute_ValidationError {
get {
return ResourceManager.GetString("RegexAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The pattern must be set to a valid regular expression..
///
internal static string RegularExpressionAttribute_Empty_Pattern {
get {
return ResourceManager.GetString("RegularExpressionAttribute_Empty_Pattern", resourceCulture);
}
}
///
/// Looks up a localized string similar to The {0} field is required..
///
internal static string RequiredAttribute_ValidationError {
get {
return ResourceManager.GetString("RequiredAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The maximum length must be a nonnegative integer..
///
internal static string StringLengthAttribute_InvalidMaxLength {
get {
return ResourceManager.GetString("StringLengthAttribute_InvalidMaxLength", resourceCulture);
}
}
///
/// Looks up a localized string similar to The field {0} must be a string with a maximum length of {1}..
///
internal static string StringLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("StringLengthAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The field {0} must be a string with a minimum length of {2} and a maximum length of {1}..
///
internal static string StringLengthAttribute_ValidationErrorIncludingMinimum {
get {
return ResourceManager.GetString("StringLengthAttribute_ValidationErrorIncludingMinimum", resourceCulture);
}
}
///
/// Looks up a localized string similar to The key parameter at position {0} with value '{1}' is not a string. Every key control parameter must be a string..
///
internal static string UIHintImplementation_ControlParameterKeyIsNotAString {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyIsNotAString", resourceCulture);
}
}
///
/// Looks up a localized string similar to The key parameter at position {0} is null. Every key control parameter must be a string..
///
internal static string UIHintImplementation_ControlParameterKeyIsNull {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyIsNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to The key parameter at position {0} with value '{1}' occurs more than once..
///
internal static string UIHintImplementation_ControlParameterKeyOccursMoreThanOnce {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyOccursMoreThanOnce", resourceCulture);
}
}
///
/// Looks up a localized string similar to The number of control parameters must be even..
///
internal static string UIHintImplementation_NeedEvenNumberOfControlParameters {
get {
return ResourceManager.GetString("UIHintImplementation_NeedEvenNumberOfControlParameters", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid url..
///
internal static string UrlAttribute_Invalid {
get {
return ResourceManager.GetString("UrlAttribute_Invalid", resourceCulture);
}
}
///
/// Looks up a localized string similar to Either ErrorMessageString or ErrorMessageResourceName must be set, but not both..
///
internal static string ValidationAttribute_Cannot_Set_ErrorMessage_And_Resource {
get {
return ResourceManager.GetString("ValidationAttribute_Cannot_Set_ErrorMessage_And_Resource", resourceCulture);
}
}
///
/// Looks up a localized string similar to IsValid(object value) has not been implemented by this class. The preferred entry point is GetValidationResult() and classes should override IsValid(object value, ValidationContext context)..
///
internal static string ValidationAttribute_IsValid_NotImplemented {
get {
return ResourceManager.GetString("ValidationAttribute_IsValid_NotImplemented", resourceCulture);
}
}
///
/// Looks up a localized string similar to Both ErrorMessageResourceType and ErrorMessageResourceName need to be set on this attribute..
///
internal static string ValidationAttribute_NeedBothResourceTypeAndResourceName {
get {
return ResourceManager.GetString("ValidationAttribute_NeedBothResourceTypeAndResourceName", resourceCulture);
}
}
///
/// Looks up a localized string similar to The property '{0}' on resource type '{1}' is not a string type..
///
internal static string ValidationAttribute_ResourcePropertyNotStringType {
get {
return ResourceManager.GetString("ValidationAttribute_ResourcePropertyNotStringType", resourceCulture);
}
}
///
/// Looks up a localized string similar to The resource type '{0}' does not have an accessible static property named '{1}'..
///
internal static string ValidationAttribute_ResourceTypeDoesNotHaveProperty {
get {
return ResourceManager.GetString("ValidationAttribute_ResourceTypeDoesNotHaveProperty", resourceCulture);
}
}
///
/// Looks up a localized string similar to The field {0} is invalid..
///
internal static string ValidationAttribute_ValidationError {
get {
return ResourceManager.GetString("ValidationAttribute_ValidationError", resourceCulture);
}
}
///
/// Looks up a localized string similar to The ValidationContext for the type '{0}', member name '{1}' must provide the MethodInfo..
///
internal static string ValidationContext_Must_Be_Method {
get {
return ResourceManager.GetString("ValidationContext_Must_Be_Method", resourceCulture);
}
}
///
/// Looks up a localized string similar to A service of type '{0}' already exists in the container..
///
internal static string ValidationContextServiceContainer_ItemAlreadyExists {
get {
return ResourceManager.GetString("ValidationContextServiceContainer_ItemAlreadyExists", resourceCulture);
}
}
///
/// Looks up a localized string similar to The instance provided must match the ObjectInstance on the ValidationContext supplied..
///
internal static string Validator_InstanceMustMatchValidationContextInstance {
get {
return ResourceManager.GetString("Validator_InstanceMustMatchValidationContextInstance", resourceCulture);
}
}
///
/// Looks up a localized string similar to The value for property '{0}' must be of type '{1}'..
///
internal static string Validator_Property_Value_Wrong_Type {
get {
return ResourceManager.GetString("Validator_Property_Value_Wrong_Type", resourceCulture);
}
}
}
}