言語

EntityMembersGetResponse クラス

定義

EntityMembersGetResponse要素は、以下の複雑型のいずれかを含む応答を返します。

  • エンティティメンバー
  • エンティティメンバー情報
  • OperationResult
public ref class EntityMembersGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class EntityMembersGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type EntityMembersGetResponse = class
    inherit MessageResponse
Public Class EntityMembersGetResponse
Inherits MessageResponse
継承
EntityMembersGetResponse
属性

コンストラクター

名前 説明
EntityMembersGetResponse()

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

プロパティ

名前 説明
EntityMembers

エンティティのメンバーを指定します。

EntityMembersInformation

エンティティメンバーの情報を指定します。

OperationResult

演算結果を指定します。

(継承元 MessageResponse)

適用対象