EntityMemberAnnotationsGetRequest Class

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
Public method EntityMemberAnnotationsGetRequest() Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has default values.
Public method 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
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

Fields

  Name Description
Public field EntityId The globally unique identifier (GUID) or the exact name of the entity.
Public field International The cultural setting.
Public field MemberId The identifier of the member.
Public field ModelId The GUID or the exact name of the model.
Public field 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.

See Also

Reference

Microsoft.MasterDataServices Namespace