次の方法で共有


CoreDomainModel クラス

すべてのドメイン モデルで使用される基本要素を定義するドメイン モデルを表します。

継承階層

System.Object
  Microsoft.VisualStudio.Modeling.DomainModel
    Microsoft.VisualStudio.Modeling.CoreDomainModel

名前空間:  Microsoft.VisualStudio.Modeling
アセンブリ:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 内)

構文

'宣言
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.DisplayName",  _
    GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.Description",  _
    GetType(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<DomainObjectIdAttribute("968f9fb9-6074-49e3-8ec2-1e1ce7143e71")> _
Public NotInheritable Class CoreDomainModel _
    Inherits DomainModel
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.DisplayName", 
    typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.Description", 
    typeof(CoreDomainModel), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DomainObjectIdAttribute("968f9fb9-6074-49e3-8ec2-1e1ce7143e71")]
public sealed class CoreDomainModel : DomainModel

CoreDomainModel 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
パブリック メソッド CoreDomainModel CoreDomainModel クラスの新しいインスタンスを初期化します。

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ DomainModelInfo ドメイン モデルに関する情報を取得します。 (DomainModel から継承されます。)
パブリック プロパティ ResourceManager DomainModel の ResourceManager を取得します。ResourceManager が既に存在していない場合は、作成されます。 (DomainModel.ResourceManager をオーバーライドします。)
パブリック プロパティ静的メンバー SingletonResourceManager このドメイン モデルのシングルトン ResourceManager を取得します。
パブリック プロパティ Store ドメイン モデルのこのインスタンスを含むストアを取得します。 (DomainModel から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド CreateElement 指定した型の要素を作成します。 (DomainModel.CreateElement(Partition, Type, array<PropertyAssignment[]) をオーバーライドします。)
パブリック メソッド CreateElementLink 指定した型の要素リンクを作成します。 (DomainModel.CreateElementLink(Partition, Type, array<RoleAssignment[], array<PropertyAssignment[]) をオーバーライドします。)
パブリック メソッド Equals 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
パブリック メソッド GetClosureFilter 特定のクロージャ型に対応する IElementVisitorFilter を返します。 (DomainModel から継承されます。)
パブリック メソッド GetClosureVisitor 特定のクロージャの型に対応する IElementVisitor を返します。 (DomainModel から継承されます。)
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

フィールド

  名前 説明
パブリック フィールド静的メンバー DomainModelId コア ドメイン モデルのドメイン モデル ID を表します。
パブリック フィールド静的メンバー ResourceBaseName このモデルのリソースの基本名。

このページのトップへ

解説

このコア ドメイン モデルは、すべてのドメイン モデルで使用され、ModelElementElementLinkなどの要素を定義します。

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.Modeling 名前空間