MetadataProperty Class

Definition

Represents a metadata attribute for an item in the ADO.NET metadata hierarchy.

public ref class MetadataProperty sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class MetadataProperty : System.Data.Metadata.Edm.MetadataItem
type MetadataProperty = class
    inherit MetadataItem
Public NotInheritable Class MetadataProperty
Inherits MetadataItem
Inheritance
MetadataProperty

Remarks

You can access every item in the ADO.NET metadata hierarchy as a strongly typed property bag. The EdmType class provides properties called Name, NamespaceName, and so on. The EdmType class also inherits a MetadataProperties property, which is a collection of MetadataProperty objects. When the application creates an instance of the EdmType class, the MetadataProperties property automatically contains a collection of MetadataProperty objects for Name property, NamespaceName property, and so on.

Properties

BuiltInTypeKind

Gets the built-in type kind for this MetadataProperty.

Documentation

Gets or sets the documentation associated with this type.

(Inherited from MetadataItem)
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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to