FacetDescription Class
Class for representing a FacetDescription object
Assembly: EntityFramework (in EntityFramework.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) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the name of this facet.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.