FacetInfo 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.
This class provides information about
public sealed class FacetInfo : IComparable, IDisposable
type FacetInfo = class
interface IDisposable
interface IComparable
Public NotInheritable Class FacetInfo
Implements IComparable, IDisposable
- Inheritance
-
FacetInfo
- Implements
Properties
Description |
Returns the description of the facet. |
DisplayName |
Returns a display name of the facet. |
EvaluationMode |
Returns the AutomatedPolicyEvaluationMode of the facet. |
FacetProperties |
Returns static information about the properties exposed by this facet. |
FacetPropertyDescriptors |
Returns static information about the properties descriptors exposed by this facet. |
FacetType |
Returns the Type of the facet itself. |
Name |
Returns a AssemblyQualifiedName of the facet type. |
TargetTypes |
Returns the Types that this facet operates on. |
Methods
GetTargetProperty(String, Object) |
Given a property name and a target object, this method returns the value of that property as seen on the target by this facet. |
ToString() |
Returns the DisplayName property. |
Explicit Interface Implementations
IComparable.CompareTo(Object) | |
IDisposable.Dispose() |