FacetInfo Members

Include Protected Members
Include Inherited Members

The FacetInfo object represents a facet information item that is used to record information about the facets.

The FacetInfo type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetTargetProperty(String, Object)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Overrides Object.ToString().)

Top

Properties

  Name Description
Public property Description Gets the descriptions of the facet.
Public property DisplayName Gets the display name of the facet.
Public property EvaluationMode
Public property FacetProperties Gets static information about the properties of the facet.
Public property FacetPropertyDescriptors Gets the descriptors of the facet properties.
Public property FacetType Gets the facet type.
Public property Name Gets the name of the facet.
Public property TargetTypes Represents a collection of Type objects. Each Type object represents a system type on which the facet operates.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IComparable.CompareTo(Object)
Explicit interface implemetationPrivate method IDisposable.Dispose()

Top