AttributeChangeResponse Constructors

Definition

Initializes a new instance of the AttributeChangeResponse class.

Overloads

AttributeChangeResponse()

Initializes a new instance of the AttributeChangeResponse class.

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

Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

AttributeChangeResponse()

Initializes a new instance of the AttributeChangeResponse class.

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

Applies to

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

Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

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)

Parameters

DeprecatedAttributeName
String

The disapproved attribute name.

MemberCodesWithError
Collection<String>

The member codes that contain an error.

NewAttributeMuid
Guid

The new attribute muid.

OperationResult
OperationResult

The operation result.

Applies to