FacetInfo Class

Definition

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()

Applies to