Udostępnij za pośrednictwem


AssociatedMetadataProvider.GetMetadataForProperties(Object, Type) Metoda

Definicja

Zwraca listę właściwości modelu.

public override System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelMetadata> GetMetadataForProperties (object container, Type containerType);
override this.GetMetadataForProperties : obj * Type -> seq<System.Web.Mvc.ModelMetadata>
Public Overrides Function GetMetadataForProperties (container As Object, containerType As Type) As IEnumerable(Of ModelMetadata)

Parametry

container
Object

Kontener modelu.

containerType
Type

Typ kontenera.

Zwraca

Lista właściwości modelu.

Dotyczy