ModelMembersGetResponse Class

Definition

Represents a response that can contain an array of entity members and can contain an OperationResult.

public ref class ModelMembersGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ModelMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelMembersGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ModelMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelMembersGetResponse = class
Public Class ModelMembersGetResponse
Inheritance
ModelMembersGetResponse
Attributes

Constructors

ModelMembersGetResponse()

Initializes a new instance of the ModelMembersGetResponse class that has default values.

ModelMembersGetResponse(Collection<EntityMembers>, OperationResult)

Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result.

Fields

ModelMembers

The model members to get.

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to