CachedModelMetadata<TPrototypeCache>::ComputeIsReadOnly Method ()

 

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.

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

protected:
virtual bool ComputeIsReadOnly()

Return Value

Type: System::Boolean

A cached value that indicates whether the model is read-only.

Return to top
Show: