CachedDataAnnotationsModelMetadataProvider.CreateMetadataFromPrototype Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a container of real instances of the cached metadata class based on prototype and model accessor.
protected override System.Web.Mvc.CachedDataAnnotationsModelMetadata CreateMetadataFromPrototype (System.Web.Mvc.CachedDataAnnotationsModelMetadata prototype, Func<object> modelAccessor);
override this.CreateMetadataFromPrototype : System.Web.Mvc.CachedDataAnnotationsModelMetadata * Func<obj> -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Protected Overrides Function CreateMetadataFromPrototype (prototype As CachedDataAnnotationsModelMetadata, modelAccessor As Func(Of Object)) As CachedDataAnnotationsModelMetadata
Parameters
- prototype
- CachedDataAnnotationsModelMetadata
The prototype.
Returns
A container of real instances of the cached metadata class.