Partilhar via


CachedDataAnnotationsModelMetadataProvider.CreateMetadataPrototype Método

Definição

Retorna as instâncias do protótipo do contêiner da classe de metadados.

protected override System.Web.Mvc.CachedDataAnnotationsModelMetadata CreateMetadataPrototype (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Type modelType, string propertyName);
override this.CreateMetadataPrototype : seq<Attribute> * Type * Type * string -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Protected Overrides Function CreateMetadataPrototype (attributes As IEnumerable(Of Attribute), containerType As Type, modelType As Type, propertyName As String) As CachedDataAnnotationsModelMetadata

Parâmetros

attributes
IEnumerable<Attribute>

O tipo de atributos.

containerType
Type

O tipo do contêiner.

modelType
Type

O tipo de modelo.

propertyName
String

O nome da propriedade.

Retornos

As instâncias do protótipo do contêiner da classe de metadados.

Aplica-se a