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 | このモデルのリソースの基本名。 |
このページのトップへ
解説
このコア ドメイン モデルは、すべてのドメイン モデルで使用され、ModelElement と ElementLinkなどの要素を定義します。
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。