Condividi tramite


AttributeChangeResponse Costruttori

Definizione

Inizializza una nuova istanza della classe AttributeChangeResponse.

Overload

AttributeChangeResponse()

Inizializza una nuova istanza della classe AttributeChangeResponse.

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

Inizializza una nuova istanza della classe AttributeChangeResponse con nome di attributo deprecato specificato, codici di un membro con errore, l'attributo nuovo muid e risultato dell'operazione.

AttributeChangeResponse()

Inizializza una nuova istanza della classe AttributeChangeResponse.

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

Si applica a

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

Inizializza una nuova istanza della classe AttributeChangeResponse con nome di attributo deprecato specificato, codici di un membro con errore, l'attributo nuovo muid e risultato dell'operazione.

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)

Parametri

DeprecatedAttributeName
String

Nome attributo non approvato.

MemberCodesWithError
Collection<String>

Codici di un membro che contengono un errore.

NewAttributeMuid
Guid

Nuovo muid dell'attributo.

OperationResult
OperationResult

Risultato dell'operazione.

Si applica a