CachedDataAnnotationsMetadataAttributes Class

Definition

Provides a container to cache System.ComponentModel.DataAnnotations attributes.

public class CachedDataAnnotationsMetadataAttributes
type CachedDataAnnotationsMetadataAttributes = class
Public Class CachedDataAnnotationsMetadataAttributes
Inheritance
CachedDataAnnotationsMetadataAttributes

Constructors

CachedDataAnnotationsMetadataAttributes(Attribute[])

Initializes a new instance of the CachedDataAnnotationsMetadataAttributes class.

Properties

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.

Applies to