PrimitiveType クラス

定義

.NET のプリミティブ型、概念モデルのプリミティブ型、およびストレージ プロバイダー固有のプリミティブ型を記述します。

public ref class PrimitiveType sealed : System::Data::Metadata::Edm::SimpleType
public sealed class PrimitiveType : System.Data.Metadata.Edm.SimpleType
type PrimitiveType = class
    inherit SimpleType
Public NotInheritable Class PrimitiveType
Inherits SimpleType
継承

プロパティ

Abstract

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

(継承元 EdmType)
BaseType

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

(継承元 EdmType)
BuiltInTypeKind

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

ClrEquivalentType

この PrimitiveType に相当する共通言語ランタイム (CLR) 型を返します。 ClrEquivalentType プロパティは、NULL 値が許容されない型の値を常に返します。

Documentation

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

(継承元 MetadataItem)
FacetDescriptions

この PrimitiveType を記述するファセットの一覧を取得します。

FullName

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

(継承元 EdmType)
MetadataProperties

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

(継承元 MetadataItem)
Name

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

(継承元 EdmType)
NamespaceName

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

(継承元 EdmType)
PrimitiveTypeKind

この PrimitiveTypeKind のプリミティブ型を示す PrimitiveType 列挙値を取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetCollectionType()

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

(継承元 EdmType)
GetEdmPrimitiveType()

この EdmType に相当する PrimitiveType を返します。

GetEdmPrimitiveType(PrimitiveTypeKind)

EdmType の等価の PrimitiveType を返します。

GetEdmPrimitiveTypes()

プリミティブ型の一覧を返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

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

(継承元 EdmType)

適用対象