FacetRepository Class

Definition

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

Applies to