Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.DataAnnotations.CustomValidationAttribute Member List

This is the complete list of members for System.ComponentModel.DataAnnotations.CustomValidationAttribute, including all inherited members.

_defaultErrorMessageSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_errorMessageSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_errorMessageResourceAccessorSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_errorMessageResourceNameSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_errorMessageResourceTypeSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_firstParameterTypeSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
_hasBaseIsValidSystem.ComponentModel.DataAnnotations.ValidationAttributeprivate
_isSingleArgumentMethodSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
_lastMessageSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
_malformedErrorMessageSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
_methodInfoSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
_typeIdSystem.ComponentModel.DataAnnotations.CustomValidationAttributeprivate
AddAttributesToList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types)System.Attributeinlineprivatestatic
AreFieldValuesEqual(object thisValue, object thatValue)System.Attributeinlineprivatestatic
CheckAttributeWellFormed()System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprivate
CopyToAttributeList(List< Attribute > attributeList, Attribute[] attributes, Dictionary< Type, AttributeUsageAttribute > types)System.Attributeinlineprivatestatic
CreateAttributeArrayHelper(Type elementType, int elementCount)System.Attributeinlineprivatestatic
CustomErrorMessageSetSystem.ComponentModel.DataAnnotations.ValidationAttributepackage
CustomValidationAttribute([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods)] Type validatorType, string method)System.ComponentModel.DataAnnotations.CustomValidationAttributeinline
DefaultErrorMessageSystem.ComponentModel.DataAnnotations.ValidationAttributepackage
Equals([NotNullWhen(true)] object? obj)System.Attributeinline
ErrorMessageSystem.ComponentModel.DataAnnotations.ValidationAttribute
ErrorMessageResourceNameSystem.ComponentModel.DataAnnotations.ValidationAttribute
ErrorMessageResourceTypeSystem.ComponentModel.DataAnnotations.ValidationAttribute
ErrorMessageStringSystem.ComponentModel.DataAnnotations.ValidationAttributeprotected
FormatErrorMessage(string name)System.ComponentModel.DataAnnotations.CustomValidationAttributeinlinevirtual
GetCustomAttribute(MemberInfo element, Type attributeType)System.Attributeinlinestatic
GetCustomAttribute(MemberInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttribute(ParameterInfo element, Type attributeType)System.Attributeinlinestatic
GetCustomAttribute(ParameterInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttribute(Module element, Type attributeType)System.Attributeinlinestatic
GetCustomAttribute(Module element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttribute(Assembly element, Type attributeType)System.Attributeinlinestatic
GetCustomAttribute(Assembly element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(MemberInfo element, Type attributeType)System.Attributeinlinestatic
GetCustomAttributes(MemberInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(MemberInfo element)System.Attributeinlinestatic
GetCustomAttributes(MemberInfo element, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(ParameterInfo element)System.Attributeinlinestatic
GetCustomAttributes(ParameterInfo element, Type attributeType)System.Attributeinlinestatic
GetCustomAttributes(ParameterInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(ParameterInfo element, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(Module element, Type attributeType)System.Attributeinlinestatic
GetCustomAttributes(Module element)System.Attributeinlinestatic
GetCustomAttributes(Module element, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(Module element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(Assembly element, Type attributeType)System.Attributeinlinestatic
GetCustomAttributes(Assembly element, Type attributeType, bool inherit)System.Attributeinlinestatic
GetCustomAttributes(Assembly element)System.Attributeinlinestatic
GetCustomAttributes(Assembly element, bool inherit)System.Attributeinlinestatic
GetHashCode()System.Attributeinline
GetIndexParameterTypes(PropertyInfo element)System.Attributeinlineprivatestatic
GetParentDefinition(PropertyInfo property, Type[] propertyParameters)System.Attributeinlineprivatestatic
GetParentDefinition(EventInfo ev)System.Attributeinlineprivatestatic
GetParentDefinition(ParameterInfo param)System.Attributeinlineprivatestatic
GetValidationResult(object? value, ValidationContext validationContext)System.ComponentModel.DataAnnotations.ValidationAttributeinline
InternalGetAttributeUsage(Type type)System.Attributeinlineprivatestatic
InternalGetCustomAttributes(PropertyInfo element, Type type, bool inherit)System.Attributeinlineprivatestatic
InternalGetCustomAttributes(EventInfo element, Type type, bool inherit)System.Attributeinlineprivatestatic
InternalIsDefined(PropertyInfo element, Type attributeType, bool inherit)System.Attributeinlineprivatestatic
InternalIsDefined(EventInfo element, Type attributeType, bool inherit)System.Attributeinlineprivatestatic
InternalParamGetCustomAttributes(ParameterInfo param, Type type, bool inherit)System.Attributeinlineprivatestatic
InternalParamIsDefined(ParameterInfo param, Type type, bool inherit)System.Attributeinlineprivatestatic
IsDefaultAttribute()System.Attributeinlinevirtual
IsDefined(MemberInfo element, Type attributeType)System.Attributeinlinestatic
IsDefined(MemberInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
IsDefined(ParameterInfo element, Type attributeType)System.Attributeinlinestatic
IsDefined(ParameterInfo element, Type attributeType, bool inherit)System.Attributeinlinestatic
IsDefined(Module element, Type attributeType)System.Attributeinlinestatic
IsDefined(Module element, Type attributeType, bool inherit)System.Attributeinlinestatic
IsDefined(Assembly element, Type attributeType)System.Attributeinlinestatic
IsDefined(Assembly element, Type attributeType, bool inherit)System.Attributeinlinestatic
IsValid(object? value, ValidationContext validationContext)System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprotectedvirtual
System::ComponentModel::DataAnnotations::ValidationAttribute.IsValid(object? value)System.ComponentModel.DataAnnotations.ValidationAttributeinlinevirtual
Match(object? obj)System.Attributeinlinevirtual
MethodSystem.ComponentModel.DataAnnotations.CustomValidationAttribute
RequiresValidationContextSystem.ComponentModel.DataAnnotations.CustomValidationAttribute
SetResourceAccessorByPropertyLookup()System.ComponentModel.DataAnnotations.ValidationAttributeinlineprivate
SetupResourceAccessor()System.ComponentModel.DataAnnotations.ValidationAttributeinlineprivate
ThrowIfAttributeNotWellFormed()System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprivate
TryConvertValue(object value, out object convertedValue)System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprivate
TypeIdSystem.ComponentModel.DataAnnotations.CustomValidationAttribute
Validate(object? value, string name)System.ComponentModel.DataAnnotations.ValidationAttributeinline
Validate(object? value, ValidationContext validationContext)System.ComponentModel.DataAnnotations.ValidationAttributeinline
ValidateMethodParameter()System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprivate
ValidateValidatorTypeParameter()System.ComponentModel.DataAnnotations.CustomValidationAttributeinlineprivate
ValidationAttribute()System.ComponentModel.DataAnnotations.ValidationAttributeinlineprotected
ValidationAttribute(string errorMessage)System.ComponentModel.DataAnnotations.ValidationAttributeinlineprotected
ValidationAttribute(Func< string > errorMessageAccessor)System.ComponentModel.DataAnnotations.ValidationAttributeinlineprotected
ValidatorTypeSystem.ComponentModel.DataAnnotations.CustomValidationAttribute