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