Jaa


Resources Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

The Resources type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public propertyStatic member ContainsCharactersNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not contain the characters in "{3}" with mode "{4}"..
Public propertyStatic member ContainsCharactersNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must contain the characters in "{3}" with mode "{4}". .
Public propertyStatic member Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Public propertyStatic member DomainNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not belong to the domain..
Public propertyStatic member DomainNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value does not belong to the domain..
Public propertyStatic member EnumConversionNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not be defined in the "{3}" enum type..
Public propertyStatic member EnumConversionNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must be defined in the "{3}" enum type..
Public propertyStatic member ErrorValueAccessInvalidType
Looks up a localized string similar to The value for "{0}" could not be accessed from an instance of "{1}"..
Public propertyStatic member ErrorValueAccessNull
Looks up a localized string similar to The value for "{0}" could not be accessed from null..
Public propertyStatic member ExceptionBoundTypeNotIComparable
Looks up a localized string similar to The supplied bound type is not compatible with IComparable..
Public propertyStatic member ExceptionCannotConvertBound
Looks up a localized string similar to The string representing the bound value could not be converted to the bound type..
Public propertyStatic member ExceptionCannotIgnoreBothBoundariesInRange
Looks up a localized string similar to At most one range bound can be ignored..
Public propertyStatic member ExceptionCannotSetResourceBasedMessageTemplatesIfTemplateIsSet
Looks up a localized string similar to A message template has been set already, resource based message templates are not allowed..
Public propertyStatic member ExceptionCannotSetResourceMessageTemplatesIfResourceTemplateIsSet
Looks up a localized string similar to A message template resource has been set already; template override is not allowed..
Public propertyStatic member ExceptionContainsNullElements
Looks up a localized string similar to Enumerable contains null elements..
Public propertyStatic member ExceptionInvalidDate
Looks up a localized string similar to The supplied string is not a valid date representation..
Public propertyStatic member ExceptionInvalidField
Looks up a localized string similar to The field "{0}" on type "{1}" is either missing or non public..
Public propertyStatic member ExceptionInvalidMethod
Looks up a localized string similar to The method "{0}" on type "{1}" is either missing, non public, void or has parameters..
Public propertyStatic member ExceptionInvalidProperty
Looks up a localized string similar to The property "{0}" on type "{1}" is either missing, non public or read-only..
Public propertyStatic member ExceptionInvalidTargetType
Looks up a localized string similar to Value to validate is not of the expected type: expected {0} but got {1} instead..
Public propertyStatic member ExceptionLowerBoundNull
Looks up a localized string similar to The lower bound cannot be null unless it's type is Ignore..
Public propertyStatic member ExceptionMethodHasNoReturnValue
Looks up a localized string similar to Method to access value does not have a return value..
Public propertyStatic member ExceptionMethodHasParameters
Looks up a localized string similar to Method to access value has parameters..
Public propertyStatic member ExceptionPartiallyDefinedResourceForMessageTemplate
Looks up a localized string similar to Both resource name and resource type must be defined to retrieve the message template..
Public propertyStatic member ExceptionPropertyNotFound
Looks up a localized string similar to The source property to request validators from does not exist..
Public propertyStatic member ExceptionPropertyNotReadable
Looks up a localized string similar to The source property to request validators from is not readable..
Public propertyStatic member ExceptionPropertyToCompareNotFound
Looks up a localized string similar to No public readable property with name "{0}" could be found for type "{1}"..
Public propertyStatic member ExceptionPropertyToCompareNull
Looks up a localized string similar to The name for the property to compare is null for PropertyComparisonValidator..
Public propertyStatic member ExceptionSelfValidationMethodWithInvalidSignature
Looks up a localized string similar to The self validation method has an invalid signature. It should be "void [method name](ValidationResults)"..
Public propertyStatic member ExceptionShouldNotCall
Looks up a localized string similar to This method should not have been called..
Public propertyStatic member ExceptionTypeNotFound
Looks up a localized string similar to The source type to request validators from has not been found..
Public propertyStatic member ExceptionTypeOfBoundsMustMatch
Looks up a localized string similar to Range bounds must have the same type..
Public propertyStatic member ExceptionUpperBoundLowerThanLowerBound
Looks up a localized string similar to Upper bound cannot be lower than lower bound..
Public propertyStatic member ExceptionUpperBoundNull
Looks up a localized string similar to The upper bound cannot be null unless it's type is Ignore..
Public propertyStatic member ExceptionValidatingNullOnValueType
Looks up a localized string similar to Value to validate is null but expected an instance of the non-reference type {0}..
Public propertyStatic member ExceptionValidationAttributeNotSupported
Looks up a localized string similar to A validation attribute of type {0} cannot be used to validate values..
Public propertyStatic member IllegalUseOfInjectionValidationSource
Looks up a localized string similar to The InjectionValidationSource may only be used to configure generic Enterprise Library validator classes..
Public propertyStatic member IllegalUseOfValidationDependencyAttribute
Looks up a localized string similar to The ValidationDependencyAttribute was applied to a dependency of type {0}, which is a generic Enterprise Library validator class..
Public propertyStatic member InvalidValidationSpecificationSource
Looks up a localized string similar to The Validation Specification Source {0} is invalid..
Public propertyStatic member MetadataTypeAttribute_TypeCannotBeNull
Looks up a localized string similar to MetadataClassType cannot be null..
Public propertyStatic member MustImplementOperation
Looks up a localized string similar to The operation must be implemented by a subclass..
Public propertyStatic member NonNullNegatedValidatorDefaultMessageTemplate
Looks up a localized string similar to The value must be null..
Public propertyStatic member NonNullNonNegatedValidatorDefaultMessageTemplate
Looks up a localized string similar to The value cannot be null..
Public propertyStatic member ObjectCollectionValidatorIncompatibleElementInTargetCollection
Looks up a localized string similar to The element in the validated collection is not compatible with the expected type..
Public propertyStatic member ObjectCollectionValidatorTargetNotCollection
Looks up a localized string similar to The supplied object is not a collection..
Public propertyStatic member ObjectValidatorInvalidTargetType
Looks up a localized string similar to The supplied object is not compatible with the expected type..
Public propertyStatic member OrCompositeValidatorDefaultMessageTemplate
Looks up a localized string similar to All validators failed for key "{1}"..
Public propertyStatic member RangeValidatorNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not fall within the range "{3}" ({4}) - "{5}" ({6})..
Public propertyStatic member RangeValidatorNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must fall within the range "{3}" ({4}) - "{5}" ({6})..
Public propertyStatic member RegexValidatorNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not match the regular expression "{3}" with options "{4}"..
Public propertyStatic member RegexValidatorNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must match the regular expression "{3}" with options "{4}"..
Public propertyStatic member RelativeDateTimeNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not fall within the range "{3}" ({4}) - "{5}" ({6}) relative to now..
Public propertyStatic member RelativeDateTimeNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must fall within the range "{3}" ({4}) - "{5}" ({6}) relative to now..
Public propertyStatic member RelativeDateTimeValidatorNotValidDateTimeUnit
Looks up a localized string similar to It's not possible to specify a None DateTime unit if a BoundaryType different from Ignore is used..
Public propertyStatic member ResourceManager
Returns the cached ResourceManager instance used by this class.
Public propertyStatic member SelfValidationMethodThrownMessage
Looks up a localized string similar to The self validation method thrown an exception while evaluating..
Public propertyStatic member SelfValidationValidatorMessage
Looks up a localized string similar to The reference provided to the self validation method is either null or references an instance of a non-compatible type..
Public propertyStatic member StringLengthValidatorNegatedDefaultMessageTemplate
Looks up a localized string similar to The length of the value must not fall within the range "{3}" ({4}) - "{5}" ({6})..
Public propertyStatic member StringLengthValidatorNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The length of the value must fall within the range "{3}" ({4}) - "{5}" ({6})..
Public propertyStatic member TypeConversionNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must not be convertible to type "{3}"..
Public propertyStatic member TypeConversionNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value must be convertible to type "{3}"..
Public propertyStatic member ValidationAttributeFailed
Looks up a localized string similar to Validation using {0} threw an exception: {1}.
Public propertyStatic member ValidationFailedMessage
Looks up a localized string similar to Parameter validation failed.
Public propertyStatic member ValidationResultsHeader
Looks up a localized string similar to Validation results:.
Public propertyStatic member ValidationResultTemplate
Looks up a localized string similar to Result: {0} Message: {1}.
Public propertyStatic member ValidationResultWithKeyTemplate
Looks up a localized string similar to Result: {0} Key: {2} Message: {1}.
Public propertyStatic member ValueAccessComparisonValidatorFailureToRetrieveComparand
Looks up a localized string similar to Failure to retrieve comparand for key "{0}": {1}..
Public propertyStatic member ValueAccessComparisonValidatorNegatedDefaultMessageTemplate
Looks up a localized string similar to The value should not have succeeded in the comparison with value for key "{4}" using operator "{5}"..
Public propertyStatic member ValueAccessComparisonValidatorNonNegatedDefaultMessageTemplate
Looks up a localized string similar to The value failed the comparison with value for key "{4}" using operator "{5}"..
Public propertyStatic member ValueValidatorDefaultMessageTemplate
Looks up a localized string similar to Value Validator.

See Also

Resources Class

Microsoft.Practices.EnterpriseLibrary.Validation.Properties Namespace