CachedModelMetadata<TPrototypeCache> Class

Definition

Provides a container for cached metadata.

public abstract class CachedModelMetadata<TPrototypeCache> : System.Web.Mvc.ModelMetadata
type CachedModelMetadata<'PrototypeCache> = class
    inherit ModelMetadata
Public MustInherit Class CachedModelMetadata(Of TPrototypeCache)
Inherits ModelMetadata

Type Parameters

TPrototypeCache

he type of the container.

Inheritance
CachedModelMetadata<TPrototypeCache>
Derived

Constructors

CachedModelMetadata<TPrototypeCache>(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, TPrototypeCache)

Constructor for creating real instances of the metadata class based on a prototype.

CachedModelMetadata<TPrototypeCache>(CachedModelMetadata<TPrototypeCache>, Func<Object>)

Constructor for creating the prototype instances of the metadata class.

Fields

DefaultOrder

The default order value, which is 10000.

(Inherited from ModelMetadata)

Properties

AdditionalValues

Gets a dictionary that contains additional metadata about the model.

(Inherited from ModelMetadata)
Container

A reference to the model's container object. Will be non-null if the model represents a property.

(Inherited from ModelMetadata)
ContainerType

Gets or sets the type of the container for the model.

(Inherited from ModelMetadata)
ConvertEmptyStringToNull

Gets or sets a cached value that indicates whether empty strings that are posted back in forms should be converted to null.

DataTypeName

Gets or sets meta information about the data type.

Description

Gets or sets the description of the model.

DisplayFormatString

Gets or sets the display format string for the model.

DisplayName

Gets or sets the display name of the model.

EditFormatString

Gets or sets the edit format string of the model.

HideSurroundingHtml

Gets or sets a value that indicates whether the model object should be rendered using associated HTML elements.

HtmlEncode
IsComplexType

Gets or sets a value that indicates whether the model is a complex type.

(Inherited from ModelMetadata)
IsNullableValueType

Gets a value that indicates whether the type is nullable.

(Inherited from ModelMetadata)
IsReadOnly

Gets or sets a value that indicates whether the model is read-only.

IsRequired

Gets or sets a value that indicates whether the model is required.

Model

Gets the value of the model.

(Inherited from ModelMetadata)
ModelType

Gets the type of the model.

(Inherited from ModelMetadata)
NullDisplayText

Gets or sets the string to display for null values.

Order

Gets or sets a value that represents order of the current metadata.

Properties

Gets a collection of model metadata objects that describe the properties of the model.

(Inherited from ModelMetadata)
PropertyName

Gets the property name.

(Inherited from ModelMetadata)
PrototypeCache

Gets or sets the prototype cache.

Provider

Gets or sets the provider.

(Inherited from ModelMetadata)
RequestValidationEnabled

Gets or sets a value that indicates whether request validation is enabled.

(Inherited from ModelMetadata)
ShortDisplayName

Gets or sets a short display name.

ShowForDisplay

Gets or sets a value that indicates whether the property should be displayed in read-only views such as list and detail views.

ShowForEdit

Gets or sets a value that indicates whether the model should be displayed in editable views.

SimpleDisplayText

Gets or sets the simple display string for the model.

TemplateHint

Gets or sets a hint that suggests what template to use for this model.

Watermark

Gets or sets a value that can be used as a watermark.

Methods

ComputeConvertEmptyStringToNull()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether empty strings that are posted back in forms should be converted to null.

ComputeDataTypeName()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets meta information about the data type.

ComputeDescription()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the description of the model.

ComputeDisplayFormatString()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the display format string for the model.

ComputeDisplayName()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the display name of the model.

ComputeEditFormatString()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the edit format string of the model.

ComputeHasNonDefaultEditFormat()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.

ComputeHideSurroundingHtml()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the model object should be rendered using associated HTML elements.

ComputeHtmlEncode()
ComputeIsReadOnly()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the model is read-only.

ComputeIsRequired()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the model is required.

ComputeNullDisplayText()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the cached string to display for null values.

ComputeOrder()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that represents order of the current metadata.

ComputeShortDisplayName()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a short display name.

ComputeShowForDisplay()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the property should be displayed in read-only views such as list and detail views.

ComputeShowForEdit()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the model should be displayed in editable views.

ComputeSimpleDisplayText()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets the cached simple display string for the model.

ComputeTemplateHint()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached hint that suggests what template to use for this model.

ComputeWatermark()

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that can be used as a watermark.

GetDisplayName()

Gets the display name for the model.

(Inherited from ModelMetadata)
GetSimpleDisplayText()

Gets or sets the simple display string for the model.

GetValidators(ControllerContext)

Gets a list of validators for the model.

(Inherited from ModelMetadata)

Applies to