publicconststringAssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties="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.";
publicconststringAttributeStore_Type_Must_Be_Public="The type '{0}' must be public.";
publicconststringAttributeStore_Unknown_Method="The type '{0}' does not contain a public method named '{1}'.";
publicconststringAttributeStore_Unknown_Property="The type '{0}' does not contain a public property named '{1}'.";
publicconststringCustomValidationAttribute_Method_Must_Return_ValidationResult="The CustomValidationAttribute method '{0}' in type '{1}' must return System.ComponentModel.DataAnnotations.ValidationResult. Use System.ComponentModel.DataAnnotations.ValidationResult.Success to represent success.";
publicconststringCustomValidationAttribute_Method_Not_Found="The CustomValidationAttribute method '{0}' does not exist in type '{1}' or is not public and static.";
publicconststringCustomValidationAttribute_Method_Required="The CustomValidationAttribute.Method was not specified.";
publicconststringCustomValidationAttribute_Method_Signature="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.";
publicconststringCustomValidationAttribute_Type_Must_Be_Public="The custom validation type '{0}' must be public.";
publicconststringCustomValidationAttribute_ValidationError="{0} is not valid.";
publicconststringCustomValidationAttribute_ValidatorType_Required="The CustomValidationAttribute.ValidatorType was not specified.";
publicconststringDataTypeAttribute_EmptyDataTypeString="The custom DataType string cannot be null or empty.";
publicconststringLocalizableString_LocalizationFailed="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}'.";
publicconststringValidator_Property_Value_Wrong_Type="The value for property '{0}' must be of type '{1}'.";
publicconststringRangeAttribute_ArbitraryTypeNotIComparable="The type {0} must implement {1}.";
publicconststringRangeAttribute_MinGreaterThanMax="The maximum value '{0}' must be greater than or equal to the minimum value '{1}'.";
publicconststringRangeAttribute_Must_Set_Min_And_Max="The minimum and maximum values must be set.";
publicconststringRangeAttribute_Must_Set_Operand_Type="The OperandType must be set when strings are used for minimum and maximum values.";
publicconststringRangeAttribute_ValidationError="The field {0} must be between {1} and {2}.";
publicconststringRegexAttribute_ValidationError="The field {0} must match the regular expression '{1}'.";
publicconststringRegularExpressionAttribute_Empty_Pattern="The pattern must be set to a valid regular expression.";
publicconststringRequiredAttribute_ValidationError="The {0} field is required.";
publicconststringStringLengthAttribute_InvalidMaxLength="The maximum length must be a nonnegative integer.";
publicconststringStringLengthAttribute_ValidationError="The field {0} must be a string with a maximum length of {1}.";
publicconststringUIHintImplementation_ControlParameterKeyIsNotAString="The key parameter at position {0} with value '{1}' is not a string. Every key control parameter must be a string.";
publicconststringUIHintImplementation_ControlParameterKeyIsNull="The key parameter at position {0} is null. Every key control parameter must be a string.";
publicconststringUIHintImplementation_NeedEvenNumberOfControlParameters="The number of control parameters must be even.";
publicconststringUIHintImplementation_ControlParameterKeyOccursMoreThanOnce="The key parameter at position {0} with value '{1}' occurs more than once.";
publicconststringValidationAttribute_Cannot_Set_ErrorMessage_And_Resource="Either ErrorMessageString or ErrorMessageResourceName must be set, but not both.";
publicconststringValidationAttribute_NeedBothResourceTypeAndResourceName="Both ErrorMessageResourceType and ErrorMessageResourceName need to be set on this attribute.";
publicconststringValidationAttribute_ResourcePropertyNotStringType="The property '{0}' on resource type '{1}' is not a string type.";
publicconststringValidationAttribute_ResourceTypeDoesNotHaveProperty="The resource type '{0}' does not have an accessible static property named '{1}'.";
publicconststringValidationAttribute_ValidationError="The field {0} is invalid.";
publicconststringValidationContext_Must_Be_Method="The ValidationContext for the type '{0}', member name '{1}' must provide the MethodInfo.";
publicconststringEnumDataTypeAttribute_TypeNeedsToBeAnEnum="The type '{0}' needs to represent an enumeration type.";
publicconststringEnumDataTypeAttribute_TypeCannotBeNull="The type provided for EnumDataTypeAttribute cannot be null.";
publicconststringMetadataTypeAttribute_TypeCannotBeNull="MetadataClassType cannot be null.";
publicconststringDisplayAttribute_PropertyNotSet="The {0} property has not been set. Use the {1} method to get the value.";
publicconststringValidationContextServiceContainer_ItemAlreadyExists="A service of type '{0}' already exists in the container.";
publicconststringValidator_InstanceMustMatchValidationContextInstance="The instance provided must match the ObjectInstance on the ValidationContext supplied.";
publicconststringValidationAttribute_IsValid_NotImplemented="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).";
publicconststringCustomValidationAttribute_Type_Conversion_Failed="Could not convert the value of type '{0}' to '{1}' as expected by method {2}.{3}.";
publicconststringStringLengthAttribute_ValidationErrorIncludingMinimum="The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.";
publicconststringCreditCardAttribute_Invalid="The {0} field is not a valid credit card number.";
publicconststringEmailAddressAttribute_Invalid="The {0} field is not a valid e-mail address.";
publicconststringFileExtensionsAttribute_Invalid="The {0} field only accepts files with the following extensions: {1}";
publicconststringUrlAttribute_Invalid="The {0} field is not a valid fully-qualified http, https, or ftp URL.";
publicconststringCompareAttribute_MustMatch="'{0}' and '{1}' do not match.";
publicconststringCommon_NullOrEmpty="Value cannot be null or empty.";
publicconststringCompareAttribute_UnknownProperty="Could not find a property named {0}.";
publicconststringCommon_PropertyNotFound="The property {0}.{1} could not be found.";
publicconststringPhoneAttribute_Invalid="The {0} field is not a valid phone number.";
publicconststringMaxLengthAttribute_InvalidMaxLength="MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length.";