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 | |
---|---|---|
FacetRepository() | Initializes a new instance of the FacetRepository class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetFacetEvaluationMode(Type) | ||
GetFacetProperties(Type) | Gets the facet properties for the specified type. | |
GetFacetsForType(Type) | ||
GetFacetSupportedRootType(Type) | Gets the facet for the specified root type. | |
GetFacetSupportedTypes(Type) | ||
GetFacetType(String) | Gets the facet for the specified type. | |
GetHashCode() | (Inherited from Object.) | |
GetRootFacets(Type) | Gets the root facets for the specified type. | |
GetType() | (Inherited from Object.) | |
IsPropertyConfigurable(Type, String) | Determines whether the specified property can be set. | |
IsRegisteredFacet(Type) | Determines whether the facet is registered. | |
IsRootFacet(Type, Type) | Determines whether the facet is the root type. | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
RegisteredFacets | Gets an interface that specifies an enumeration of registered facets. |
Top