DbXmlEnabledProviderManifest.GetFacetDescriptions(EdmType) Método

Definição

Retorna a lista de descrições de faceta para o tipo EDM (Modelo de Dados de Entidade) especificado.Returns the list of facet descriptions for the specified Entity Data Model (EDM) type.

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ GetFacetDescriptions(System::Data::Metadata::Edm::EdmType ^ type);
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions (System.Data.Metadata.Edm.EdmType type);
override this.GetFacetDescriptions : System.Data.Metadata.Edm.EdmType -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public Overrides Function GetFacetDescriptions (type As EdmType) As ReadOnlyCollection(Of FacetDescription)

Parâmetros

type
EdmType

Um EdmType para o qual as descrições da faceta devem ser recuperadas.An EdmType for which the facet descriptions are to be retrieved.

Retornos

ReadOnlyCollection<FacetDescription>

Uma coleção de tipo ReadOnlyCollection<T> que contém a lista de descrições de faceta para o tipo EDM especificado.A collection of type ReadOnlyCollection<T> that contains the list of facet descriptions for the specified EDM type.

Aplica-se a