Share via


MemberTypeContextIdentifier クラス

定義

エンティティとメンバーの種類のコンテキストに存在するマスター データ モデル オブジェクトの識別子のセット。

public ref class MemberTypeContextIdentifier : Microsoft::MasterDataServices::Services::DataContracts::EntityContextIdentifier
[System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class MemberTypeContextIdentifier : Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier
[<System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type MemberTypeContextIdentifier = class
    inherit EntityContextIdentifier
Public Class MemberTypeContextIdentifier
Inherits EntityContextIdentifier
継承
派生
属性

注釈

複合型は MemberTypeContextIdentifier 、エンティティ型とメンバー型のコンテキストに存在するマスター データ モデル オブジェクトの識別子のセットを指定します。 この型には、親エンティティ、メンバー型、モデルなど、オブジェクトのコンテキストの識別子が含まれます。 エンティティとメンバー型のコンテキストを持つオブジェクトの例としては、属性、属性グループ、ビジネス ルールがあります。

コンストラクター

MemberTypeContextIdentifier()

MemberTypeContextIdentifier クラスの新しいインスタンスを初期化します。

プロパティ

EntityId

このオブジェクトが Identifier 関連付けられているエンティティの を指定します。

(継承元 EntityContextIdentifier)
Id

識別子 Guidを指定します。

(継承元 Identifier)
InternalId

内部整数 ID を指定します。

(継承元 Identifier)
MemberType

MemberType を指定します。

ModelId

このオブジェクトが Identifier 関連付けられている Model の を指定します。

(継承元 ModelContextIdentifier)
Name

名前を指定します。

(継承元 Identifier)

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象

こちらもご覧ください