CachedDataAnnotationsMetadataAttributes Class
Provides a container to cache System.ComponentModel.DataAnnotations attributes.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | CachedDataAnnotationsMetadataAttributes(array<Attribute^>^) | Initializes a new instance of the CachedDataAnnotationsMetadataAttributes class. |
| Name | Description | |
|---|---|---|
![]() | DataType | Gets the data type. |
![]() | Display | Gets the display. |
![]() | DisplayColumn | Gets the display column. |
![]() | DisplayFormat | Gets the display format. |
![]() | DisplayName | Gets the display name. |
![]() | Editable | Indicates whether a data field is editable. |
![]() | HiddenInput | Gets the hidden input. |
![]() | ReadOnly | Indicates whether a data field is read only. |
![]() | Required | Indicates whether a data field is required. |
![]() | ScaffoldColumn | Indicates whether a data field is scaffold. |
![]() | UIHint | Gets the UI hint. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The HiddenInputAttribute attribute cannot be cached.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


