MetadataItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base item class for all the metadata
public abstract class MetadataItem
type MetadataItem = class
Public MustInherit Class MetadataItem
- Inheritance
-
MetadataItem
- Derived
Properties
BuiltInTypeKind |
Gets the built-in type kind for this type. |
Documentation |
Gets or sets the documentation associated with this type. |
MetadataProperties |
Gets the list of properties of the current type. |
Methods
AddAnnotation(String, Object) |
Adds or updates an annotation with the specified name and value. |
GetBuiltInType(BuiltInTypeKind) |
Returns a conceptual model built-in type that matches one of the BuiltInTypeKind values. |
GetGeneralFacetDescriptions() |
Returns the list of the general facet descriptions for a specified type. |
RemoveAnnotation(String) |
Removes an annotation with the specified name. |
Applies to
Entity Framework