_defaultErrorMessage | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
_errorMessage | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
_errorMessageResourceAccessor | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
_errorMessageResourceName | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
_errorMessageResourceType | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
_hasBaseIsValid | System.ComponentModel.DataAnnotations.ValidationAttribute | private |
AddAttributesToList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types) | System.Attribute | inlineprivatestatic |
AreFieldValuesEqual(object thisValue, object thatValue) | System.Attribute | inlineprivatestatic |
CopyToAttributeList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types) | System.Attribute | inlineprivatestatic |
CreateAttributeArrayHelper(Type elementType, int elementCount) | System.Attribute | inlineprivatestatic |
CustomErrorMessageSet | System.ComponentModel.DataAnnotations.ValidationAttribute | package |
DefaultErrorMessage | System.ComponentModel.DataAnnotations.ValidationAttribute | package |
Equals([NotNullWhen(true)] object? obj) | System.Attribute | inline |
ErrorMessage | System.ComponentModel.DataAnnotations.ValidationAttribute | |
ErrorMessageResourceName | System.ComponentModel.DataAnnotations.ValidationAttribute | |
ErrorMessageResourceType | System.ComponentModel.DataAnnotations.ValidationAttribute | |
ErrorMessageString | System.ComponentModel.DataAnnotations.ValidationAttribute | protected |
FormatErrorMessage(string name) | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | inlinevirtual |
GetCustomAttribute(MemberInfo element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttribute(MemberInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttribute(ParameterInfo element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttribute(ParameterInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttribute(Module element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttribute(Module element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttribute(Assembly element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttribute(Assembly element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(MemberInfo element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttributes(MemberInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(MemberInfo element) | System.Attribute | inlinestatic |
GetCustomAttributes(MemberInfo element, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(ParameterInfo element) | System.Attribute | inlinestatic |
GetCustomAttributes(ParameterInfo element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttributes(ParameterInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(ParameterInfo element, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(Module element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttributes(Module element) | System.Attribute | inlinestatic |
GetCustomAttributes(Module element, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(Module element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(Assembly element, Type attributeType) | System.Attribute | inlinestatic |
GetCustomAttributes(Assembly element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
GetCustomAttributes(Assembly element) | System.Attribute | inlinestatic |
GetCustomAttributes(Assembly element, bool inherit) | System.Attribute | inlinestatic |
GetHashCode() | System.Attribute | inline |
GetIndexParameterTypes(PropertyInfo element) | System.Attribute | inlineprivatestatic |
GetParentDefinition(PropertyInfo property, Type[] propertyParameters) | System.Attribute | inlineprivatestatic |
GetParentDefinition(EventInfo ev) | System.Attribute | inlineprivatestatic |
GetParentDefinition(ParameterInfo param) | System.Attribute | inlineprivatestatic |
GetValidationResult(object? value, ValidationContext validationContext) | System.ComponentModel.DataAnnotations.ValidationAttribute | inline |
InternalGetAttributeUsage(Type type) | System.Attribute | inlineprivatestatic |
InternalGetCustomAttributes(PropertyInfo element, Type type, bool inherit) | System.Attribute | inlineprivatestatic |
InternalGetCustomAttributes(EventInfo element, Type type, bool inherit) | System.Attribute | inlineprivatestatic |
InternalIsDefined(PropertyInfo element, Type attributeType, bool inherit) | System.Attribute | inlineprivatestatic |
InternalIsDefined(EventInfo element, Type attributeType, bool inherit) | System.Attribute | inlineprivatestatic |
InternalParamGetCustomAttributes(ParameterInfo param, Type type, bool inherit) | System.Attribute | inlineprivatestatic |
InternalParamIsDefined(ParameterInfo param, Type type, bool inherit) | System.Attribute | inlineprivatestatic |
IsDefaultAttribute() | System.Attribute | inlinevirtual |
IsDefined(MemberInfo element, Type attributeType) | System.Attribute | inlinestatic |
IsDefined(MemberInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
IsDefined(ParameterInfo element, Type attributeType) | System.Attribute | inlinestatic |
IsDefined(ParameterInfo element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
IsDefined(Module element, Type attributeType) | System.Attribute | inlinestatic |
IsDefined(Module element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
IsDefined(Assembly element, Type attributeType) | System.Attribute | inlinestatic |
IsDefined(Assembly element, Type attributeType, bool inherit) | System.Attribute | inlinestatic |
IsValid(object? value) | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | inlinevirtual |
System::ComponentModel::DataAnnotations::ValidationAttribute.IsValid(object? value, ValidationContext validationContext) | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprotectedvirtual |
Match(object? obj) | System.Attribute | inlinevirtual |
MatchTimeoutInMilliseconds | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | |
Pattern | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | |
Regex | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | private |
RegularExpressionAttribute(string pattern) | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | inline |
RequiresValidationContext | System.ComponentModel.DataAnnotations.ValidationAttribute | |
SetResourceAccessorByPropertyLookup() | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprivate |
SetupRegex() | System.ComponentModel.DataAnnotations.RegularExpressionAttribute | inlineprivate |
SetupResourceAccessor() | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprivate |
TypeId | System.Attribute | |
Validate(object? value, string name) | System.ComponentModel.DataAnnotations.ValidationAttribute | inline |
Validate(object? value, ValidationContext validationContext) | System.ComponentModel.DataAnnotations.ValidationAttribute | inline |
ValidationAttribute() | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprotected |
ValidationAttribute(string errorMessage) | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprotected |
ValidationAttribute(Func< string > errorMessageAccessor) | System.ComponentModel.DataAnnotations.ValidationAttribute | inlineprotected |