SimpleType クラス

定義

単純型を表すクラス

public abstract class SimpleType : System.Data.Entity.Core.Metadata.Edm.EdmType
type SimpleType = class
    inherit EdmType
Public MustInherit Class SimpleType
Inherits EdmType
継承
派生

プロパティ

Abstract

抽象型かどうかを示す値を取得します。

(継承元 EdmType)
BaseType

この型の基本データ型を取得します。

(継承元 EdmType)
BuiltInTypeKind

この型の組み込み型種別を取得します。

(継承元 MetadataItem)
Documentation

この型に関連付けられているドキュメントを取得または設定します。

(継承元 MetadataItem)
FullName

この型の完全な名前を取得します。

(継承元 EdmType)
MetadataProperties

現在の型のプロパティの一覧を取得します。

(継承元 MetadataItem)
Name

この型の名前を取得します。

(継承元 EdmType)
NamespaceName

この型の名前空間を取得します。

(継承元 EdmType)

メソッド

AddAnnotation(String, Object)

指定した名前と値を使用して注釈を追加または更新します。

(継承元 MetadataItem)
GetCollectionType()

要素型がこの型である CollectionType のインスタンスを返します。

(継承元 EdmType)
RemoveAnnotation(String)

指定した名前の注釈を削除します。

(継承元 MetadataItem)
ToString()

この型の完全な名前を返します。

(継承元 EdmType)

適用対象