AttributeChangeResponse コンストラクター

定義

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

オーバーロード

AttributeChangeResponse()

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

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

指定された非推奨の属性名、エラーを含むメンバー コード、新しい属性の MUID、および操作結果を使用して AttributeChangeResponse クラスの新しいインスタンスを初期化します。

AttributeChangeResponse()

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

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

適用対象

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

指定された非推奨の属性名、エラーを含むメンバー コード、新しい属性の MUID、および操作結果を使用して AttributeChangeResponse クラスの新しいインスタンスを初期化します。

public:
 AttributeChangeResponse(System::String ^ DeprecatedAttributeName, System::Collections::ObjectModel::Collection<System::String ^> ^ MemberCodesWithError, Guid NewAttributeMuid, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public AttributeChangeResponse (string DeprecatedAttributeName, System.Collections.ObjectModel.Collection<string> MemberCodesWithError, Guid NewAttributeMuid, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.AttributeChangeResponse : string * System.Collections.ObjectModel.Collection<string> * Guid * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.AttributeChangeResponse
Public Sub New (DeprecatedAttributeName As String, MemberCodesWithError As Collection(Of String), NewAttributeMuid As Guid, OperationResult As OperationResult)

パラメーター

DeprecatedAttributeName
String

未承認の属性名です。

MemberCodesWithError
Collection<String>

エラーを含むメンバー コードです。

NewAttributeMuid
Guid

新しい属性の MUID です。

OperationResult
OperationResult

操作結果。

適用対象