EntityMembers クラス

定義

単一のエンティティおよびメンバータイプのメンバーの集合体とそのコンテキストを表します。

public ref class EntityMembers : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembers = class
    inherit DataContractBase
Public Class EntityMembers
Inherits DataContractBase
継承
EntityMembers
属性

コンストラクター

名前 説明
EntityMembers()

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

プロパティ

名前 説明
EntityId

含まれるメンバーのエンティティIDを取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
Members

識別されたエンティティおよびメンバータイプに対してメンバーリストを取得するか設定します。

MemberType

メンバータイプを取得するか設定します。

ModelId

含まれるメンバーのモデルIDを取得するか設定します。

VersionId

含まれるメンバーのバージョンIDを取得したり設定したりします。

適用対象