EntityMembersGetRequest Class

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetRequest

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<MessageContractAttribute> _
Public Class EntityMembersGetRequest _
    Inherits MessageRequest
'Usage
Dim instance As EntityMembersGetRequest
[MessageContractAttribute]
public class EntityMembersGetRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityMembersGetRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityMembersGetRequest =  
    class
        inherit MessageRequest
    end
public class EntityMembersGetRequest extends MessageRequest

The EntityMembersGetRequest type exposes the following members.

Constructors

  Name Description
Public method EntityMembersGetRequest() Initializes a new instance of the EntityMembersGetRequest class with default values.
Public method EntityMembersGetRequest(EntityMembersGetCriteria) Initializes a new instance of the EntityMembersGetRequest class with the specified criteria for members to get.

Top

Properties

  Name Description
Public property International Gets or sets a value indicating whether to use client localization information. (Inherited from MessageRequest.)
Public property MembersGetCriteria Gets or sets criteria for members to get.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.