言語

EntityMemberAnnotationsGetResponse コンストラクター

定義

EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
EntityMemberAnnotationsGetResponse()

デフォルト値を持つ EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

指定された注釈、エンティティ、メンバー、モデル、バージョンID、操作結果を持つ新しい EntityMemberAnnotationsGetResponse インスタンスを初期化します。

EntityMemberAnnotationsGetResponse()

デフォルト値を持つ EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

public:
 EntityMemberAnnotationsGetResponse();
public EntityMemberAnnotationsGetResponse();
Public Sub New ()

適用対象

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

指定された注釈、エンティティ、メンバー、モデル、バージョンID、操作結果を持つ新しい EntityMemberAnnotationsGetResponse インスタンスを初期化します。

public:
 EntityMemberAnnotationsGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsGetResponse(System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
Public Sub New (Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, OperationResult As OperationResult, VersionId As Identifier)

パラメーター

Annotations
Collection<Annotation>

作成すべき注釈の配列。

EntityId
Identifier

グローバルに一意な識別子(GUID)またはエンティティの正確な名称。

MemberId
MemberIdentifier

メンバーの識別子。

ModelId
Identifier

GUIDかモデルの正確な名称です。

OperationResult
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

VersionId
Identifier

GUIDか、モデルの正確な名称です。

適用対象