Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.DataAnnotations.ValidationAttributeStore Class Referencesealed

Classes

class  PropertyStoreItem
 
class  StoreItem
 
class  TypeStoreItem
 

Package Functions

IEnumerable< ValidationAttributeGetTypeValidationAttributes (ValidationContext validationContext)
 
DisplayAttribute GetTypeDisplayAttribute (ValidationContext validationContext)
 
IEnumerable< ValidationAttributeGetPropertyValidationAttributes (ValidationContext validationContext)
 
DisplayAttribute GetPropertyDisplayAttribute (ValidationContext validationContext)
 
Type GetPropertyType (ValidationContext validationContext)
 
bool IsPropertyContext (ValidationContext validationContext)
 

Properties

static ValidationAttributeStore Instance = new ValidationAttributeStore() [get]
 

Private Member Functions

TypeStoreItem GetTypeStoreItem ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type type)
 

Static Private Member Functions

static void EnsureValidationContext (ValidationContext validationContext)
 

Private Attributes

readonly Dictionary< Type, TypeStoreItem_typeStoreItems = new Dictionary<Type, TypeStoreItem>()
 

Detailed Description

Definition at line 7 of file ValidationAttributeStore.cs.


The documentation for this class was generated from the following file: