Share via


MappingBase Class

Definition

Represents the base item class for all the mapping metadata

public abstract class MappingBase : System.Data.Entity.Core.Metadata.Edm.GlobalItem
type MappingBase = class
    inherit GlobalItem
Public MustInherit Class MappingBase
Inherits GlobalItem
Inheritance
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