CachedModelMetadata(Of TPrototypeCache) Constructor

Initializes a new instance of the CachedModelMetadata(Of TPrototypeCache) class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Protected method CachedModelMetadata(Of TPrototypeCache)(CachedModelMetadata(Of TPrototypeCache), Func(Of Object)) Constructor for creating the prototype instances of the metadata class.
Protected method CachedModelMetadata(Of TPrototypeCache)(CachedDataAnnotationsModelMetadataProvider, Type, Type, String, TPrototypeCache) Constructor for creating real instances of the metadata class based on a prototype.
Top

Two constructors are provided, one for creating real instances of the metadata class based on a prototype and one for creating the prototype instances of the metadata class.

Show: