DomainModelInfo 類別
代表網域模型定義。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.DomainObjectInfo
Microsoft.VisualStudio.Modeling.DomainModelInfo
命名空間: Microsoft.VisualStudio.Modeling
組件: Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
語法
'宣告
Public NotInheritable Class DomainModelInfo _
Inherits DomainObjectInfo
public sealed class DomainModelInfo : DomainObjectInfo
DomainModelInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
DisplayName | 取得項目的顯示名稱。 (繼承自 DomainObjectInfo)。 | |
DomainClasses | 取得此網域模型中所定義的網域類別清單。 | |
DomainModel | 取得此網域物件所屬的網域模型。 (覆寫 DomainObjectInfo.DomainModel。) | |
DomainRelationships | 取得此網域模型中所定義的網域關聯性的清單 | |
ExtendedDomainModels | 取得此網域模型延伸網域模型清單。 | |
Id | 取得項目的 ID。 (繼承自 DomainObjectInfo)。 | |
ImplementationType | 取得此網域模型的實作類型。 | |
MonikerResolver | 取得這個領域模型 moniker 解析程式執行個體。 | |
Name | 取得項目的名稱。 (繼承自 DomainObjectInfo)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
ToString | 將項目轉換為字串。 (繼承自 DomainObjectInfo)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。