言語

ModelContextIdentifier クラス

定義

モデルの文脈に存在するマスターデータモデルオブジェクトの識別子の集合。

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

注釈

ModelContextIdentifier複雑型は、モデルの文脈に存在するマスターデータモデルオブジェクトの識別子の集合を指定します。 このタイプにはオブジェクトのコンテキスト(親モデル)の識別子が含まれます。 モデルコンテキストを持つオブジェクトの例としては、エンティティ、バージョン、バージョンフラグ、派生階層などがあります。

コンストラクター

名前 説明
ModelContextIdentifier()

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

プロパティ

名前 説明
Id

識別子を指定 Guid

(継承元 Identifier)
InternalId

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

(継承元 Identifier)
ModelId

このオブジェクトに関連付けられるモデルの Identifier を指定します。

Name

名前を指定します。

(継承元 Identifier)

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

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

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象

こちらもご覧ください