EntityMemberAnnotationsCreateRequest Class

Definition

Specifies the details of what is requested when creating entity member annotations.

public ref class EntityMemberAnnotationsCreateRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAnnotationsCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberAnnotationsCreateRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAnnotationsCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberAnnotationsCreateRequest = class
Public Class EntityMemberAnnotationsCreateRequest
Inheritance
EntityMemberAnnotationsCreateRequest
Attributes

Constructors

EntityMemberAnnotationsCreateRequest()

Initializes a new instance of the EntityMemberAnnotationsCreateRequest class with default values.

EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)

Initializes a new instance of the EntityMemberAnnotationsCreateRequest class that has the specified cultural settings, annotations, and entity, member, model, and version ID.

Fields

Annotations

The array of annotations to create.

EntityId

The globally unique identifier (GUID) or the exact name of the entity.

International

The cultural settings.

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.

Applies to