FacetRepository Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper class that exposes the class factory method
public sealed class FacetRepository
type FacetRepository = class
Public NotInheritable Class FacetRepository
- Inheritance
-
FacetRepository
Constructors
FacetRepository() |
Properties
RegisteredFacets |
List of all registered facets |
Methods
GetFacetEvaluationMode(Type) | |
GetFacetProperties(Type) |
Properties for given ManagementFacet |
GetFacetsForType(Type) |
Returns a list of management facets exposed by given Object Type |
GetFacetSupportedRootType(Type) |
Returns root type supported by given facet |
GetFacetSupportedTypes(Type) |
Object types supported by given ManagementFacet |
GetFacetType(String) |
Gets type of named facet |
GetRootFacets(Type) |
Root facets currently registered |
IsPropertyConfigurable(Type, String) | |
IsRegisteredFacet(Type) |
Checks if provided facet is Registered by DMF |
IsRootFacet(Type, Type) |
Signals whether given facet is a root facet for given Root |