FacetRepository Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Classe helper che espone il metodo class factory
public sealed class FacetRepository
type FacetRepository = class
Public NotInheritable Class FacetRepository
- Ereditarietà
-
FacetRepository
Costruttori
| Nome | Descrizione |
|---|---|
| FacetRepository() |
Classe helper che espone il metodo class factory |
Proprietà
| Nome | Descrizione |
|---|---|
| RegisteredFacets |
Elenco di tutti i facet registrati |
Metodi
| Nome | Descrizione |
|---|---|
| GetFacetEvaluationMode(Type) |
Classe helper che espone il metodo class factory |
| GetFacetProperties(Type) |
Proprietà per managementFacet specificato |
| GetFacetsForType(Type) |
Restituisce un elenco di facet di gestione esposti in base al tipo di oggetto specificato |
| GetFacetSupportedRootType(Type) |
Restituisce il tipo radice supportato da facet specificato |
| GetFacetSupportedTypes(Type) |
Tipi di oggetto supportati da ManagementFacet specificato |
| GetFacetType(String) |
Ottiene il tipo di facet denominato |
| GetRootFacets(Type) |
Facet radice attualmente registrati |
| IsPropertyConfigurable(Type, String) |
Classe helper che espone il metodo class factory |
| IsRegisteredFacet(Type) |
Controlla se il facet specificato è registrato da DMF |
| IsRootFacet(Type, Type) |
Segnala se il facet specificato è un facet radice per la radice specificata |