次の方法で共有


StructuralType クラス

定義

構造タイプを表します

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

プロパティ

Abstract

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

(継承元 EdmType)
BaseType

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

(継承元 EdmType)
BuiltInTypeKind

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

(継承元 MetadataItem)
Documentation

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

(継承元 MetadataItem)
FullName

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

(継承元 EdmType)
Members

この型のメンバーの一覧を取得します。

MetadataProperties

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

(継承元 MetadataItem)
Name

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

(継承元 EdmType)
NamespaceName

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

(継承元 EdmType)

メソッド

AddAnnotation(String, Object)

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

(継承元 MetadataItem)
AddMember(EdmMember)

この型にメンバーを追加します

GetCollectionType()

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

(継承元 EdmType)
RemoveAnnotation(String)

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

(継承元 MetadataItem)
RemoveMember(EdmMember)

この型からメンバーを削除します。

ToString()

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

(継承元 EdmType)

適用対象