EnumMember クラス

定義

列挙型メンバーを表します。

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

プロパティ

BuiltInTypeKind

この型の種類を取得します。

Documentation

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

(継承元 MetadataItem)
MetadataProperties

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

(継承元 MetadataItem)
Name

この列挙メンバーの名前を取得します。

Value

この列挙メンバーの値を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

System.Object.ToString をオーバーライドして、この型に適した文字列表現を提供します。

適用対象