FacetDescription Class
Specifies a description of the facet.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultValue | Gets the default value of a facet with this facet description. |
![]() | FacetName | Gets the name of this facet. |
![]() | FacetType | Gets the type of this facet. |
![]() | IsConstant | Gets a value indicating whether the value of this facet is a constant. |
![]() | IsRequired | Gets a value indicating whether this facet is a required facet. |
![]() | MaxValue | Gets the maximum value for this facet. |
![]() | MinValue | Gets the minimum value for 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().) |
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.

