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)

Syntax

'Declaration
Protected Overridable Function ComputeIsReadOnly As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.ComputeIsReadOnly()
protected virtual bool ComputeIsReadOnly()
protected:
virtual bool ComputeIsReadOnly()
abstract ComputeIsReadOnly : unit -> bool  
override ComputeIsReadOnly : unit -> bool
protected function ComputeIsReadOnly() : boolean

Return Value

Type: System.Boolean
A cached value that indicates whether the model is read-only.

See Also

Reference

CachedModelMetadata<TPrototypeCache> Class

System.Web.Mvc Namespace