Share via


AttributeChangeResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe AttributeChangeResponse.

Surcharges

AttributeChangeResponse()

Initialise une nouvelle instance de la classe AttributeChangeResponse.

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

Initialise une nouvelle instance de la classe AttributeChangeResponse avec le nom de l'attribut déconseillé, les codes de membre avec erreur, le nouveau MUID d'attribut et le résultat d'opération spécifiés.

AttributeChangeResponse()

Initialise une nouvelle instance de la classe AttributeChangeResponse.

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

S’applique à

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

Initialise une nouvelle instance de la classe AttributeChangeResponse avec le nom de l'attribut déconseillé, les codes de membre avec erreur, le nouveau MUID d'attribut et le résultat d'opération spécifiés.

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)

Paramètres

DeprecatedAttributeName
String

Nom de l'attribut désapprouvé.

MemberCodesWithError
Collection<String>

Codes de membre qui contiennent une erreur.

NewAttributeMuid
Guid

Nouveau MUID d'attribut.

OperationResult
OperationResult

Le résultat d'opération.

S’applique à