Facet Class
Provides additional information about members. In the ADO.NET metadata type hierarchy, facets provide additional information about members through the declared type for the member.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this Facet.(Overrides MetadataItem::BuiltInTypeKind.) |
![]() | Description | Gets the description of this Facet. |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | FacetType | Gets the type of this Facet. |
![]() | IsUnbounded | Gets a value indicating whether the value of the facet is unbounded. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this Facet. |
![]() | Value | Gets the value of this Facet. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns the name of this Facet.(Overrides Object::ToString().) |
For more information about members and facets, see Structural Types.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

