EntityMembersGetRequest Class

Definition

Represents a request message for specifying the criteria in the EntityMembersGetCriteria complex type for the retrieval of entity members and their attributes.

public ref class EntityMembersGetRequest
[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="EntityMembersGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersGetRequest
[<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="EntityMembersGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersGetRequest = class
Public Class EntityMembersGetRequest
Inheritance
EntityMembersGetRequest
Attributes

Constructors

EntityMembersGetRequest()

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

EntityMembersGetRequest(International, EntityMembersGetCriteria)

Initializes a new instance of the EntityMembersGetRequest class that has the specified cultural settings and criteria for getting members.

Fields

International

The cultural settings.

MembersGetCriteria

The criteria for getting members.

Applies to