MetadataProperty Class
Class representing a metadata attribute for an item
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Metadata.Edm.MetadataItem
System.Data.Entity.Core.Metadata.Edm.MetadataProperty
Name | Description | |
---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this MetadataProperty.(Overrides MetadataItem.BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type.(Inherited from MetadataItem.) |
![]() | IsAnnotation | Gets a boolean that indicates whether the metadata property is an annotation. |
![]() | MetadataProperties | Gets the list of properties of the current type.(Inherited from MetadataItem.) |
![]() | Name | Gets the name of this MetadataProperty. |
![]() | PropertyKind | Gets the value of this PropertyKind. |
![]() | TypeUsage | Gets the instance of the TypeUsage class that contains both the type of this MetadataProperty and facets for the type. |
![]() | Value | Gets the value of this MetadataProperty. |
Name | Description | |
---|---|---|
![]() | AddAnnotation(String, Object) | Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.) |
![]() ![]() | Create(String, TypeUsage, Object) | The factory method for constructing the MetadataProperty object. |
![]() ![]() | CreateAnnotation(String, Object) | Creates a metadata annotation having the specified name and value. |
![]() | 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() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.