EntityContextIdentifier クラス
エンティティのコンテキストに存在するマスター データ モデル オブジェクトの ID セットを指定します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .Identifier
Microsoft.MasterDataServices. . :: . .ModelContextIdentifier
Microsoft.MasterDataServices..::..EntityContextIdentifier
Microsoft.MasterDataServices. . :: . .MemberTypeContextIdentifier
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<KnownTypeAttribute(GetType(MemberTypeContextIdentifier))> _
<DataContractAttribute(Name := "EntityContextIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityContextIdentifier _
Inherits ModelContextIdentifier
'使用
Dim instance As EntityContextIdentifier
[KnownTypeAttribute(typeof(MemberTypeContextIdentifier))]
[DataContractAttribute(Name = "EntityContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityContextIdentifier : ModelContextIdentifier
[KnownTypeAttribute(typeof(MemberTypeContextIdentifier))]
[DataContractAttribute(Name = L"EntityContextIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityContextIdentifier : public ModelContextIdentifier
[<KnownTypeAttribute(typeof(MemberTypeContextIdentifier))>]
[<DataContractAttribute(Name = "EntityContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityContextIdentifier =
class
inherit ModelContextIdentifier
end
public class EntityContextIdentifier extends ModelContextIdentifier
EntityContextIdentifier 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
EntityId | オブジェクトの親エンティティの ID を取得または設定します。 |
![]() |
ExtensionData | 追加のデータを含むオブジェクトを取得または設定します。 (Identifier から継承されています。) |
![]() |
Id | ID を取得または設定します。 (Identifier から継承されています。) |
![]() |
InternalId | 内部整数 ID を取得または設定します。 (Identifier から継承されています。) |
![]() |
ModelId | モデル ID を取得または設定します。 (ModelContextIdentifier から継承されています。) |
![]() |
Name | 名前を取得または設定します。 (Identifier から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
説明
EntityContextIdentifier には、親エンティティとモデルを含むオブジェクトのコンテキストの識別子が含まれます。エンティティ コンテキストを持つオブジェクトには、ExplicitHierarchy のインスタンスなどがあります。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)