CachedDataAnnotationsModelMetadata.ComputeOrder Method

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.

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

Syntax

'Declaration
Protected Overrides Function ComputeOrder As Integer
'Usage
Dim returnValue As Integer 

returnValue = Me.ComputeOrder()
protected override int ComputeOrder()
protected:
virtual int ComputeOrder() override
abstract ComputeOrder : unit -> int  
override ComputeOrder : unit -> int
protected override function ComputeOrder() : int

Return Value

Type: System.Int32
A value that represents order of the current metadata.

Remarks

The default order value is 10000.

See Also

Reference

CachedDataAnnotationsModelMetadata Class

System.Web.Mvc Namespace