MetadataProperty Class

 

Class representing a metadata attribute for an item

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Metadata.Edm.MetadataItem
    System.Data.Entity.Core.Metadata.Edm.MetadataProperty

public class MetadataProperty : MetadataItem

NameDescription
System_CAPS_pubpropertyBuiltInTypeKind

Gets the built-in type kind for this MetadataProperty.(Overrides MetadataItem.BuiltInTypeKind.)

System_CAPS_pubpropertyDocumentation

Gets or sets the documentation associated with this type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyIsAnnotation

Gets a boolean that indicates whether the metadata property is an annotation.

System_CAPS_pubpropertyMetadataProperties

Gets the list of properties of the current type.(Inherited from MetadataItem.)

System_CAPS_pubpropertyName

Gets the name of this MetadataProperty.

System_CAPS_pubpropertyPropertyKind

Gets the value of this PropertyKind.

System_CAPS_pubpropertyTypeUsage

Gets the instance of the TypeUsage class that contains both the type of this MetadataProperty and facets for the type.

System_CAPS_pubpropertyValue

Gets the value of this MetadataProperty.

NameDescription
System_CAPS_pubmethodAddAnnotation(String, Object)

Adds or updates an annotation with the specified name and value.(Inherited from MetadataItem.)

System_CAPS_pubmethodSystem_CAPS_staticCreate(String, TypeUsage, Object)

The factory method for constructing the MetadataProperty object.

System_CAPS_pubmethodSystem_CAPS_staticCreateAnnotation(String, Object)

Creates a metadata annotation having the specified name and value.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveAnnotation(String)

Removes an annotation with the specified name.(Inherited from MetadataItem.)

System_CAPS_pubmethodToString()

(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.