1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576
|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.16834
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace System.ComponentModel.DataAnnotations.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The argument '{0}' cannot be null, empty or contain only white space..
/// </summary>
internal static string ArgumentIsNullOrWhitespace {
get {
return ResourceManager.GetString("ArgumentIsNullOrWhitespace", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string AssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties {
get {
return ResourceManager.GetString("AssociatedMetadataTypeTypeDescriptor_MetadataTypeContainsUnknownProperties", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type '{0}' must be public..
/// </summary>
internal static string AttributeStore_Type_Must_Be_Public {
get {
return ResourceManager.GetString("AttributeStore_Type_Must_Be_Public", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type '{0}' does not contain a public method named '{1}'..
/// </summary>
internal static string AttributeStore_Unknown_Method {
get {
return ResourceManager.GetString("AttributeStore_Unknown_Method", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type '{0}' does not contain a public property named '{1}'..
/// </summary>
internal static string AttributeStore_Unknown_Property {
get {
return ResourceManager.GetString("AttributeStore_Unknown_Property", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value cannot be null or empty..
/// </summary>
internal static string Common_NullOrEmpty {
get {
return ResourceManager.GetString("Common_NullOrEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property {0}.{1} could not be found..
/// </summary>
internal static string Common_PropertyNotFound {
get {
return ResourceManager.GetString("Common_PropertyNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' and '{1}' do not match..
/// </summary>
internal static string CompareAttribute_MustMatch {
get {
return ResourceManager.GetString("CompareAttribute_MustMatch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not find a property named {0}..
/// </summary>
internal static string CompareAttribute_UnknownProperty {
get {
return ResourceManager.GetString("CompareAttribute_UnknownProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is not a valid credit card number..
/// </summary>
internal static string CreditCardAttribute_Invalid {
get {
return ResourceManager.GetString("CreditCardAttribute_Invalid", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string CustomValidationAttribute_Method_Must_Return_ValidationResult {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Must_Return_ValidationResult", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The CustomValidationAttribute method '{0}' does not exist in type '{1}' or is not public and static..
/// </summary>
internal static string CustomValidationAttribute_Method_Not_Found {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Not_Found", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The CustomValidationAttribute.Method was not specified..
/// </summary>
internal static string CustomValidationAttribute_Method_Required {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Required", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string CustomValidationAttribute_Method_Signature {
get {
return ResourceManager.GetString("CustomValidationAttribute_Method_Signature", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not convert the value of type '{0}' to '{1}' as expected by method {2}.{3}..
/// </summary>
internal static string CustomValidationAttribute_Type_Conversion_Failed {
get {
return ResourceManager.GetString("CustomValidationAttribute_Type_Conversion_Failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The custom validation type '{0}' must be public..
/// </summary>
internal static string CustomValidationAttribute_Type_Must_Be_Public {
get {
return ResourceManager.GetString("CustomValidationAttribute_Type_Must_Be_Public", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not valid..
/// </summary>
internal static string CustomValidationAttribute_ValidationError {
get {
return ResourceManager.GetString("CustomValidationAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The CustomValidationAttribute.ValidatorType was not specified..
/// </summary>
internal static string CustomValidationAttribute_ValidatorType_Required {
get {
return ResourceManager.GetString("CustomValidationAttribute_ValidatorType_Required", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The custom DataType string cannot be null or empty..
/// </summary>
internal static string DataTypeAttribute_EmptyDataTypeString {
get {
return ResourceManager.GetString("DataTypeAttribute_EmptyDataTypeString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} property has not been set. Use the {1} method to get the value..
/// </summary>
internal static string DisplayAttribute_PropertyNotSet {
get {
return ResourceManager.GetString("DisplayAttribute_PropertyNotSet", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is not a valid e-mail address..
/// </summary>
internal static string EmailAddressAttribute_Invalid {
get {
return ResourceManager.GetString("EmailAddressAttribute_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type provided for EnumDataTypeAttribute cannot be null..
/// </summary>
internal static string EnumDataTypeAttribute_TypeCannotBeNull {
get {
return ResourceManager.GetString("EnumDataTypeAttribute_TypeCannotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type '{0}' needs to represent an enumeration type..
/// </summary>
internal static string EnumDataTypeAttribute_TypeNeedsToBeAnEnum {
get {
return ResourceManager.GetString("EnumDataTypeAttribute_TypeNeedsToBeAnEnum", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field only accepts files with the following extensions: {1}.
/// </summary>
internal static string FileExtensionsAttribute_Invalid {
get {
return ResourceManager.GetString("FileExtensionsAttribute_Invalid", resourceCulture);
}
}
/// <summary>
/// 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}'..
/// </summary>
internal static string LocalizableString_LocalizationFailed {
get {
return ResourceManager.GetString("LocalizableString_LocalizationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 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..
/// </summary>
internal static string MaxLengthAttribute_InvalidMaxLength {
get {
return ResourceManager.GetString("MaxLengthAttribute_InvalidMaxLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} must be a string or array type with a maximum length of '{1}'..
/// </summary>
internal static string MaxLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("MaxLengthAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to MetadataClassType cannot be null..
/// </summary>
internal static string MetadataTypeAttribute_TypeCannotBeNull {
get {
return ResourceManager.GetString("MetadataTypeAttribute_TypeCannotBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to MinLengthAttribute must have a Length value that is zero or greater..
/// </summary>
internal static string MinLengthAttribute_InvalidMinLength {
get {
return ResourceManager.GetString("MinLengthAttribute_InvalidMinLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} must be a string or array type with a minimum length of '{1}'..
/// </summary>
internal static string MinLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("MinLengthAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is not a valid phone number..
/// </summary>
internal static string PhoneAttribute_Invalid {
get {
return ResourceManager.GetString("PhoneAttribute_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The type {0} must implement {1}..
/// </summary>
internal static string RangeAttribute_ArbitraryTypeNotIComparable {
get {
return ResourceManager.GetString("RangeAttribute_ArbitraryTypeNotIComparable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum value '{0}' must be greater than or equal to the minimum value '{1}'..
/// </summary>
internal static string RangeAttribute_MinGreaterThanMax {
get {
return ResourceManager.GetString("RangeAttribute_MinGreaterThanMax", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The minimum and maximum values must be set..
/// </summary>
internal static string RangeAttribute_Must_Set_Min_And_Max {
get {
return ResourceManager.GetString("RangeAttribute_Must_Set_Min_And_Max", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The OperandType must be set when strings are used for minimum and maximum values..
/// </summary>
internal static string RangeAttribute_Must_Set_Operand_Type {
get {
return ResourceManager.GetString("RangeAttribute_Must_Set_Operand_Type", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} must be between {1} and {2}..
/// </summary>
internal static string RangeAttribute_ValidationError {
get {
return ResourceManager.GetString("RangeAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} must match the regular expression '{1}'..
/// </summary>
internal static string RegexAttribute_ValidationError {
get {
return ResourceManager.GetString("RegexAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The pattern must be set to a valid regular expression..
/// </summary>
internal static string RegularExpressionAttribute_Empty_Pattern {
get {
return ResourceManager.GetString("RegularExpressionAttribute_Empty_Pattern", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is required..
/// </summary>
internal static string RequiredAttribute_ValidationError {
get {
return ResourceManager.GetString("RequiredAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum length must be a nonnegative integer..
/// </summary>
internal static string StringLengthAttribute_InvalidMaxLength {
get {
return ResourceManager.GetString("StringLengthAttribute_InvalidMaxLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} must be a string with a maximum length of {1}..
/// </summary>
internal static string StringLengthAttribute_ValidationError {
get {
return ResourceManager.GetString("StringLengthAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// 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}..
/// </summary>
internal static string StringLengthAttribute_ValidationErrorIncludingMinimum {
get {
return ResourceManager.GetString("StringLengthAttribute_ValidationErrorIncludingMinimum", resourceCulture);
}
}
/// <summary>
/// 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..
/// </summary>
internal static string UIHintImplementation_ControlParameterKeyIsNotAString {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyIsNotAString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The key parameter at position {0} is null. Every key control parameter must be a string..
/// </summary>
internal static string UIHintImplementation_ControlParameterKeyIsNull {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyIsNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The key parameter at position {0} with value '{1}' occurs more than once..
/// </summary>
internal static string UIHintImplementation_ControlParameterKeyOccursMoreThanOnce {
get {
return ResourceManager.GetString("UIHintImplementation_ControlParameterKeyOccursMoreThanOnce", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The number of control parameters must be even..
/// </summary>
internal static string UIHintImplementation_NeedEvenNumberOfControlParameters {
get {
return ResourceManager.GetString("UIHintImplementation_NeedEvenNumberOfControlParameters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} field is not a valid fully-qualified http, https, or ftp URL..
/// </summary>
internal static string UrlAttribute_Invalid {
get {
return ResourceManager.GetString("UrlAttribute_Invalid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Either ErrorMessageString or ErrorMessageResourceName must be set, but not both..
/// </summary>
internal static string ValidationAttribute_Cannot_Set_ErrorMessage_And_Resource {
get {
return ResourceManager.GetString("ValidationAttribute_Cannot_Set_ErrorMessage_And_Resource", resourceCulture);
}
}
/// <summary>
/// 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)..
/// </summary>
internal static string ValidationAttribute_IsValid_NotImplemented {
get {
return ResourceManager.GetString("ValidationAttribute_IsValid_NotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Both ErrorMessageResourceType and ErrorMessageResourceName need to be set on this attribute..
/// </summary>
internal static string ValidationAttribute_NeedBothResourceTypeAndResourceName {
get {
return ResourceManager.GetString("ValidationAttribute_NeedBothResourceTypeAndResourceName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property '{0}' on resource type '{1}' is not a string type..
/// </summary>
internal static string ValidationAttribute_ResourcePropertyNotStringType {
get {
return ResourceManager.GetString("ValidationAttribute_ResourcePropertyNotStringType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The resource type '{0}' does not have an accessible static property named '{1}'..
/// </summary>
internal static string ValidationAttribute_ResourceTypeDoesNotHaveProperty {
get {
return ResourceManager.GetString("ValidationAttribute_ResourceTypeDoesNotHaveProperty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The field {0} is invalid..
/// </summary>
internal static string ValidationAttribute_ValidationError {
get {
return ResourceManager.GetString("ValidationAttribute_ValidationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The ValidationContext for the type '{0}', member name '{1}' must provide the MethodInfo..
/// </summary>
internal static string ValidationContext_Must_Be_Method {
get {
return ResourceManager.GetString("ValidationContext_Must_Be_Method", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A service of type '{0}' already exists in the container..
/// </summary>
internal static string ValidationContextServiceContainer_ItemAlreadyExists {
get {
return ResourceManager.GetString("ValidationContextServiceContainer_ItemAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The instance provided must match the ObjectInstance on the ValidationContext supplied..
/// </summary>
internal static string Validator_InstanceMustMatchValidationContextInstance {
get {
return ResourceManager.GetString("Validator_InstanceMustMatchValidationContextInstance", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The value for property '{0}' must be of type '{1}'..
/// </summary>
internal static string Validator_Property_Value_Wrong_Type {
get {
return ResourceManager.GetString("Validator_Property_Value_Wrong_Type", resourceCulture);
}
}
}
}
|