CoreDesignSurfaceDomainModel クラス
リフレクション置換 apis をオーバーライドします。
継承階層
System.Object
Microsoft.VisualStudio.Modeling.DomainModel
Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel
名前空間: Microsoft.VisualStudio.Modeling.Diagrams
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 内)
構文
'宣言
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<DependsOnDomainModelAttribute(GetType(CoreDomainModel))> _
<DomainObjectIdAttribute("91d59b16-e488-4a28-8d51-59273ad5bf2e")> _
Public Class CoreDesignSurfaceDomainModel _
Inherits DomainModel
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DependsOnDomainModelAttribute(typeof(CoreDomainModel))]
[DomainObjectIdAttribute("91d59b16-e488-4a28-8d51-59273ad5bf2e")]
public class CoreDesignSurfaceDomainModel : DomainModel
CoreDesignSurfaceDomainModel 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
CoreDesignSurfaceDomainModel | コンストラクターです。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
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 から継承されます。) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetClosureFilter | 特定のクロージャの型に対応する IElementVisitorFilter を返します。 (DomainModel.GetClosureFilter(ClosureType, ICollection<ModelElement>) をオーバーライドします。) | |
GetClosureVisitor | 特定のクロージャの型に対応する IElementVisitor を返します。 (DomainModel から継承されます。) | |
GetCustomDomainModelTypes | この domainModel の DomainModel オブジェクトのすべての型のコレクションを返す仮想メソッド (DomainModel.GetCustomDomainModelTypes() をオーバーライドします。) | |
GetCustomDomainProperties | 生成されていないドメインのプロパティを取得します。 (DomainModel から継承されます。) | |
GetCustomDomainRoles | 生成されていないドメイン ロールを取得します。 (DomainModel から継承されます。) | |
GetGeneratedDomainModelTypes | 生成されたドメイン モデルの型 (クラス、ルール、リレーションシップ) のリストを取得します。 (DomainModel.GetGeneratedDomainModelTypes() をオーバーライドします。) | |
GetGeneratedDomainProperties | 生成されたドメイン プロパティの一覧を取得します。 (DomainModel.GetGeneratedDomainProperties() をオーバーライドします。) | |
GetGeneratedDomainRoles | 生成されたドメイン ロールの一覧を取得します。 (DomainModel.GetGeneratedDomainRoles() をオーバーライドします。) | |
GetHashCode | 既定のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
フィールド
名前 | 説明 | |
---|---|---|
DomainModelId | CoreDesignSurfaceDomainModel ドメイン モデル ID。 | |
ResourceBaseName | このモデルのリソースの基本名。 |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。