GlobalItem Class

Definition

Represents the base item class for all the metadata

public abstract class GlobalItem : System.Data.Entity.Core.Metadata.Edm.MetadataItem
type GlobalItem = class
    inherit MetadataItem
Public MustInherit Class GlobalItem
Inherits MetadataItem
Inheritance
GlobalItem
Derived

Properties

BuiltInTypeKind

Gets the built-in type kind for this type.

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

Methods

AddAnnotation(String, Object)

Adds or updates an annotation with the specified name and value.

(Inherited from MetadataItem)
RemoveAnnotation(String)

Removes an annotation with the specified name.

(Inherited from MetadataItem)

Applies to