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 | |
---|---|---|
EntityMembersGetRequest() | Initializes a new instance of the EntityMembersGetRequest class with default values. | |
EntityMembersGetRequest(EntityMembersGetCriteria) | Initializes a new instance of the EntityMembersGetRequest class with the specified criteria for members to get. |
Top
Properties
Name | Description | |
---|---|---|
International | Gets or sets a value indicating whether to use client localization information. (Inherited from MessageRequest.) | |
MembersGetCriteria | Gets or sets criteria for members to get. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.