CachedDataAnnotationsModelMetadata Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Methods

Name Description
System_CAPS_protmethod ComputeConvertEmptyStringToNull()

Gets a value that indicates whether empty strings that are posted back in forms should be converted to Nothing.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeConvertEmptyStringToNull().)

System_CAPS_protmethod ComputeDataTypeName()

Gets meta information about the data type.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeDataTypeName().)

System_CAPS_protmethod ComputeDescription()

Gets the description of the model.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeDescription().)

System_CAPS_protmethod ComputeDisplayFormatString()

Gets the display format string for the model.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeDisplayFormatString().)

System_CAPS_protmethod ComputeDisplayName()

Gets the display name of the model.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeDisplayName().)

System_CAPS_protmethod ComputeEditFormatString()

Gets the edit format string of the model.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeEditFormatString().)

System_CAPS_protmethod ComputeHasNonDefaultEditFormat()

Gets a value that indicates whether the model uses a non-default edit format.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeHasNonDefaultEditFormat().)

System_CAPS_protmethod ComputeHideSurroundingHtml()

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

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

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeHideSurroundingHtml().)

System_CAPS_protmethod ComputeHtmlEncode()

(Overrides CachedModelMetadata<TPrototypeCache>.ComputeHtmlEncode().)

System_CAPS_protmethod ComputeIsReadOnly()

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

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeIsReadOnly().)

System_CAPS_protmethod ComputeIsRequired()

Gets a value that indicates whether the model is required.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeIsRequired().)

System_CAPS_protmethod ComputeNullDisplayText()

Gets the string to display for null values.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeNullDisplayText().)

System_CAPS_protmethod ComputeOrder()

Gets a value that represents order of the current metadata.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeOrder().)

System_CAPS_protmethod ComputeShortDisplayName()

Gets a short display name.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeShortDisplayName().)

System_CAPS_protmethod ComputeShowForDisplay()

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

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeShowForDisplay().)

System_CAPS_protmethod ComputeShowForEdit()

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

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeShowForEdit().)

System_CAPS_protmethod ComputeSimpleDisplayText()

Gets the simple display string for the model.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeSimpleDisplayText().)

System_CAPS_protmethod ComputeTemplateHint()

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

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeTemplateHint().)

System_CAPS_protmethod ComputeWatermark()

Gets a value that can be used as a watermark.

If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.(Overrides CachedModelMetadata<TPrototypeCache>.ComputeWatermark().)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetDisplayName()

Gets the display name for the model.(Inherited from ModelMetadata.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_protmethod GetSimpleDisplayText()

Gets or sets the simple display string for the model.(Inherited from CachedModelMetadata<TPrototypeCache>.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValidators(ControllerContext)

Gets a list of validators for the model.(Inherited from ModelMetadata.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

CachedDataAnnotationsModelMetadata Class
System.Web.Mvc Namespace

Return to top