CachedModelMetadata<TPrototypeCache>.ComputeIsRequired Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Protected Overridable Function ComputeIsRequired As Boolean
protected virtual bool ComputeIsRequired()
protected:
virtual bool ComputeIsRequired()
abstract ComputeIsRequired : unit -> bool 
override ComputeIsRequired : unit -> bool 
protected function ComputeIsRequired() : boolean

Return Value

Type: System.Boolean

See Also

Reference

CachedModelMetadata<TPrototypeCache> Class

System.Web.Http.Metadata.Providers Namespace