Share via


EntityMemberAnnotationsCreateRequest Class

Creates a request to add annotations directly to a member (not associated with a transaction).

Inheritance Hierarchy

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

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

Syntax

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

The EntityMemberAnnotationsCreateRequest type exposes the following members.

Constructors

  Name Description
Public method EntityMemberAnnotationsCreateRequest Initializes a new instance of the EntityMemberAnnotationsCreateRequest class.

Top

Properties

  Name Description
Public property Annotations Gets or sets an array of annotations to create, represented using the ArrayofAnnotation complex type.
Public property EntityId Gets or sets the GUID or the exact name of the entity.
Public property International Gets or sets a value indicating whether to use client localization information. (Inherited from MessageRequest.)
Public property MemberId Gets or sets the MemberIdentifier of the member.
Public property ModelId Gets or sets the GUID or the exact name of the model.
Public property VersionId Gets or sets the GUID or the exact name of the model version.

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.