Share via


FacetRepository Members

Include Protected Members
Include Inherited Members

The FacetRepository class represents a store of Policy-Based Management facets.

The FacetRepository type exposes the following members.

Constructors

  Name Description
Public method FacetRepository() Initializes a new instance of the FacetRepository class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public methodStatic member GetFacetEvaluationMode(Type)
Public methodStatic member GetFacetProperties(Type) Gets the facet properties for the specified type.
Public methodStatic member GetFacetsForType(Type)
Public methodStatic member GetFacetSupportedRootType(Type) Gets the facet for the specified root type.
Public methodStatic member GetFacetSupportedTypes(Type)
Public methodStatic member GetFacetType(String) Gets the facet for the specified type.
Public method GetHashCode() (Inherited from Object.)
Public methodStatic member GetRootFacets(Type) Gets the root facets for the specified type.
Public method GetType() (Inherited from Object.)
Public methodStatic member IsPropertyConfigurable(Type, String) Determines whether the specified property can be set.
Public methodStatic member IsRegisteredFacet(Type) Determines whether the facet is registered.
Public methodStatic member IsRootFacet(Type, Type) Determines whether the facet is the root type.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public propertyStatic member RegisteredFacets Gets an interface that specifies an enumeration of registered facets.

Top