Lenguaje

AttributeChangeResponse Constructores

Definición

Inicializa una nueva instancia de la clase AttributeChangeResponse.

Sobrecargas

Nombre Description
AttributeChangeResponse()

Inicializa una nueva instancia de la clase AttributeChangeResponse.

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

Inicializa una nueva instancia de la AttributeChangeResponse clase con nombre de atributo obsoleto especificado, códigos de miembro con error, nuevo muid de atributo y resultado de operación.

AttributeChangeResponse()

Inicializa una nueva instancia de la clase AttributeChangeResponse.

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

Se aplica a

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

Inicializa una nueva instancia de la AttributeChangeResponse clase con nombre de atributo obsoleto especificado, códigos de miembro con error, nuevo muid de atributo y resultado de operación.

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)

Parámetros

DeprecatedAttributeName
String

El nombre del atributo desaprobado.

MemberCodesWithError
Collection<String>

Los códigos miembros que contienen un error.

NewAttributeMuid
Guid

El nuevo atributo muid.

OperationResult
OperationResult

Resultado de la operación.

Se aplica a