Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the details of what exactly is requested.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetRequest", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetRequest
'Usage
Dim instance As EntityMemberAnnotationsGetRequest
[MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityMemberAnnotationsGetRequest
[MessageContractAttribute(WrapperName = L"EntityMemberAnnotationsGetRequest",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityMemberAnnotationsGetRequest
[<MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityMemberAnnotationsGetRequest = class end
public class EntityMemberAnnotationsGetRequest
The EntityMemberAnnotationsGetRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EntityMemberAnnotationsGetRequest() | Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has default values. |
![]() |
EntityMemberAnnotationsGetRequest(International, Identifier, MemberIdentifier, Identifier, Identifier) | Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has the specified cultural settings, and entity, member, model, and version ID. |
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
Fields
Name | Description | |
---|---|---|
![]() |
EntityId | The globally unique identifier (GUID) or the exact name of the entity. |
![]() |
International | The cultural setting. |
![]() |
MemberId | The identifier of the member. |
![]() |
ModelId | The GUID or the exact name of the model. |
![]() |
VersionId | The GUID or the exact name of the model version. |
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.