Facet Class
Class for representing a Facet object This object is Immutable (not just set to readonly) and some parts of the system are depending on that behavior
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.Facet
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 | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAnnotation(String) | Removes an annotation with the specified name.(Inherited from MetadataItem.) |
![]() | 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.