AttributeChangeResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.